GDScript: Fix inner classes and preloaded scripts as types

This commit is contained in:
George Marques 2021-05-26 09:23:17 -03:00
parent 31dfdcb69e
commit 2ba4ee9198
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
7 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,5 @@
func test():
pass
func something():
return "OK"