2
0

static_called_on_instance.out 694 B

123456789101112131415
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 13
  4. >> STATIC_CALLED_ON_INSTANCE
  5. >> The function "num_uint64()" is a static function but was called from an instance. Instead, it should be directly called from the type: "String.num_uint64()".
  6. >> WARNING
  7. >> Line: 19
  8. >> STATIC_CALLED_ON_INSTANCE
  9. >> The function "static_func()" is a static function but was called from an instance. Instead, it should be directly called from the type: "TestStaticCalledOnInstance.static_func()".
  10. >> WARNING
  11. >> Line: 23
  12. >> STATIC_CALLED_ON_INSTANCE
  13. >> The function "static_func()" is a static function but was called from an instance. Instead, it should be directly called from the type: "Inner.static_func()".
  14. 8589934592
  15. 8589934592