summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.gd
blob: 7862eff6ec58779a127000f4fb639c676cc846a8 (plain)
1
2
3
4
5
6
#GDTEST_PARSER_ERROR

signal event

func test():
	yield("event")