virtualx-engine/modules/gdscript/tests/scripts/analyzer/features/vararg_call.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
121 B
GDScript3
Raw Normal View History

signal ok()
@warning_ignore("return_value_discarded")
func test():
ok.connect(func(): print('ok'))
emit_signal(&'ok')