GDScript: Fix some bugs with static variables and functions
This commit is contained in:
parent
598378513b
commit
aebbbda080
21 changed files with 624 additions and 194 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# GH-77098 p.3
|
||||
|
||||
@static_unload
|
||||
|
||||
@export static var a: int
|
||||
|
||||
func test():
|
||||
pass
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_ANALYZER_ERROR
|
||||
Annotation "@export" cannot be applied to a static variable.
|
||||
Loading…
Add table
Add a link
Reference in a new issue