shadowed_variable_class.out 303 B

12345678910
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 8
  4. >> UNUSED_VARIABLE
  5. >> The local variable "foo" is declared but never used in the block. If this is intended, prefix it with an underscore: "_foo".
  6. >> WARNING
  7. >> Line: 8
  8. >> SHADOWED_VARIABLE
  9. >> The local variable "foo" is shadowing an already-declared variable at line 1.