subscript_without_index.gd 49 B

1234
  1. func test():
  2. var array = [1, 2, 3]
  3. array[] = 4