GDScript: Fix @warning_ignore annotation issues

This commit is contained in:
Danil Alexeev
2024-02-28 17:23:11 +03:00
parent 61282068f4
commit ef1909fca3
25 changed files with 603 additions and 209 deletions
@@ -0,0 +1,3 @@
func test():
1 if true else 2
print(1) if true else print(2)