unused_private_class_variable.out 258 B

123456789
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 3
  4. >> UNUSED_PRIVATE_CLASS_VARIABLE
  5. >> The class variable "_a" is declared but never used in the script.
  6. >> WARNING
  7. >> Line: 7
  8. >> UNUSED_PRIVATE_CLASS_VARIABLE
  9. >> The class variable "_d" is declared but never used in the script.