variable_conflicts_constant.gd 45 B

1234
  1. func test():
  2. const TEST = 25
  3. var TEST = 50