match_with_subscript.gd 82 B

12345
  1. func test():
  2. var dict = { a = 1 }
  3. match 2:
  4. dict["a"]:
  5. print("not allowed")