Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
func wait() -> void:
pass
func test():
@warning_ignore("redundant_await")
await wait()
print("end")