GDScript: Fix false positive REDUNDANT_AWAIT warning
This commit is contained in:
parent
bdefdc866b
commit
c0eeb32e38
5 changed files with 93 additions and 3 deletions
|
|
@ -4,5 +4,5 @@ func test():
|
|||
print(await not_coroutine())
|
||||
|
||||
|
||||
func not_coroutine():
|
||||
func not_coroutine() -> String:
|
||||
return "awaited"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue