You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
GDScript: Fix common mismatched external parser errors
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const External3 = preload("external_parser_script3.notest.gd")
|
||||
|
||||
var test2 := "test2"
|
||||
|
||||
func get_external3() -> External3:
|
||||
return External3.new()
|
||||
Reference in New Issue
Block a user