static_typing.out 1.1 KB

123456789101112131415161718192021
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 11
  4. >> UNUSED_LOCAL_CONSTANT
  5. >> The local constant "_INTEGER" is declared but never used in the block. If this is intended, prefix it with an underscore: "__INTEGER".
  6. >> WARNING
  7. >> Line: 12
  8. >> UNUSED_LOCAL_CONSTANT
  9. >> The local constant "_INTEGER_REDUNDANT_TYPED" is declared but never used in the block. If this is intended, prefix it with an underscore: "__INTEGER_REDUNDANT_TYPED".
  10. >> WARNING
  11. >> Line: 13
  12. >> UNUSED_LOCAL_CONSTANT
  13. >> The local constant "_INTEGER_REDUNDANT_TYPED2" is declared but never used in the block. If this is intended, prefix it with an underscore: "__INTEGER_REDUNDANT_TYPED2".
  14. >> WARNING
  15. >> Line: 14
  16. >> UNUSED_LOCAL_CONSTANT
  17. >> The local constant "_INTEGER_REDUNDANT_INFERRED" is declared but never used in the block. If this is intended, prefix it with an underscore: "__INTEGER_REDUNDANT_INFERRED".
  18. >> WARNING
  19. >> Line: 15
  20. >> UNUSED_LOCAL_CONSTANT
  21. >> The local constant "_INTEGER_REDUNDANT_INFERRED2" is declared but never used in the block. If this is intended, prefix it with an underscore: "__INTEGER_REDUNDANT_INFERRED2".