GDScript: Fix false positive REDUNDANT_AWAIT warning

(cherry picked from commit c0eeb32e38)
This commit is contained in:
Danil Alexeev
2023-03-30 19:17:15 +02:00
committed by Yuri Sizov
parent 47c4044d03
commit 07beae98f0
5 changed files with 93 additions and 3 deletions
@@ -11,5 +11,5 @@ func test():
print("done")
func regular_func():
func regular_func() -> int:
return 0