invalid_array_index.gd 81 B

123
  1. func test():
  2. # Error here. Array indices must be integers.
  3. print([0, 1][true])