mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-14 02:22:46 +00:00
GDScript: Fix false positive REDUNDANT_AWAIT warning
(cherry picked from commit c0eeb32e38)
This commit is contained in:
committed by
Yuri Sizov
parent
47c4044d03
commit
07beae98f0
@@ -11,5 +11,5 @@ func test():
|
||||
|
||||
print("done")
|
||||
|
||||
func regular_func():
|
||||
func regular_func() -> int:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user