You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript: Fix error message for unfound type
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
func test():
|
||||
var foo: Foo
|
||||
print('not ok')
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Could not find type "Foo" in the current scope.
|
||||
Reference in New Issue
Block a user