GDScript: Allow constant expressions in annotations
This commit is contained in:
@@ -2,6 +2,6 @@ func wait() -> void:
|
||||
pass
|
||||
|
||||
func test():
|
||||
@warning_ignore(redundant_await)
|
||||
@warning_ignore("redundant_await")
|
||||
await wait()
|
||||
print("end")
|
||||
|
||||
Reference in New Issue
Block a user