GDScript: Fix false positive REDUNDANT_AWAIT warning

This commit is contained in:
Danil Alexeev 2023-03-15 22:11:02 +03:00
parent bdefdc866b
commit c0eeb32e38
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
5 changed files with 93 additions and 3 deletions

View file

@ -11,5 +11,5 @@ func test():
print("done")
func regular_func():
func regular_func() -> int:
return 0