You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
GDScript: Fix common mismatched external parser errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends "external_parser_script1f.notest.gd"
|
||||
|
||||
const External1e = preload("external_parser_script1e.notest.gd")
|
||||
|
||||
var bar: Array[External1e]
|
||||
Reference in New Issue
Block a user