virtualx-engine/modules/gdscript/tests/scripts/runtime/features/match_test_null.gd

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

7 lines
72 B
GDScript3
Raw Normal View History

func test():
match null:
null:
print('null matched')
_:
pass