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

6 lines
72 B
GDScript

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