virtualx-engine/modules/gdscript/tests/scripts/analyzer/features/external_parser_script2.notest.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
145 B
GDScript3
Raw Normal View History

const External3 = preload("external_parser_script3.notest.gd")
var test2 := "test2"
func get_external3() -> External3:
return External3.new()