GDScript: Fix false positive REDUNDANT_AWAIT warning
This commit is contained in:
@@ -11,5 +11,5 @@ func test():
|
||||
|
||||
print("done")
|
||||
|
||||
func regular_func():
|
||||
func regular_func() -> int:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user