Merge pull request #73709 from vonagam/fix-error-message-unfound-type
GDScript: Fix error message for unfound type
This commit is contained in:
commit
56622b8ec3
3 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue