shadowed_constant.out 312 B

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