confusable_local_usage_loop.out 264 B

123456789
  1. GDTEST_OK
  2. ~~ WARNING at line 5: (CONFUSABLE_LOCAL_USAGE) The identifier "a" will be shadowed below in the block.
  3. ~~ WARNING at line 6: (SHADOWED_VARIABLE) The local variable "a" is shadowing an already-declared variable at line 1 in the current class.
  4. 1
  5. 2
  6. 1
  7. 2
  8. 1
  9. 2