You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
GDScript: Fix @warning_ignore annotation issues
This commit is contained in:
@@ -14,3 +14,6 @@ func test():
|
||||
print("This won't match")
|
||||
_:
|
||||
print("This will match")
|
||||
|
||||
match 0:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user