You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
GDScript: Fix false positive REDUNDANT_AWAIT warning
This commit is contained in:
@@ -4,5 +4,5 @@ func test():
|
||||
print(await not_coroutine())
|
||||
|
||||
|
||||
func not_coroutine():
|
||||
func not_coroutine() -> String:
|
||||
return "awaited"
|
||||
|
||||
Reference in New Issue
Block a user