shadowning.out 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 5
  4. >> SHADOWED_GLOBAL_IDENTIFIER
  5. >> The variable "print_debug" has the same name as a built-in function.
  6. >> WARNING
  7. >> Line: 11
  8. >> SHADOWED_GLOBAL_IDENTIFIER
  9. >> The variable "Array" has the same name as a built-in type.
  10. >> WARNING
  11. >> Line: 12
  12. >> SHADOWED_GLOBAL_IDENTIFIER
  13. >> The variable "Node" has the same name as a native class.
  14. >> WARNING
  15. >> Line: 13
  16. >> SHADOWED_GLOBAL_IDENTIFIER
  17. >> The variable "is_same" has the same name as a built-in function.
  18. >> WARNING
  19. >> Line: 14
  20. >> SHADOWED_GLOBAL_IDENTIFIER
  21. >> The variable "sqrt" has the same name as a built-in function.
  22. >> WARNING
  23. >> Line: 15
  24. >> SHADOWED_VARIABLE
  25. >> The local variable "member" is shadowing an already-declared variable at line 3.
  26. >> WARNING
  27. >> Line: 16
  28. >> SHADOWED_VARIABLE_BASE_CLASS
  29. >> The local variable "reference" is shadowing an already-declared method at the base class "RefCounted".
  30. >> WARNING
  31. >> Line: 17
  32. >> SHADOWED_GLOBAL_IDENTIFIER
  33. >> The variable "ShadowedClass" has the same name as a global class defined in "shadowning.gd".
  34. warn