DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / match_with_subscript.gd
12345
func test(): var dict = { a = 1 } match 2: dict["a"]: print("not allowed")