confusable_local_usage.gd 55 B

1234567
  1. var a = 1
  2. func test():
  3. print(a)
  4. var a = 2
  5. print(a)