DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / runtime / features / match_test_null.gd
123456
func test(): match null: null: print('null matched') _: pass