static_access_via_instance.out 221 B

12345678910111213141516171819202122232425
  1. GDTEST_OK
  2. true
  3. { "VALUE": 111 }
  4. 111
  5. 222
  6. 333
  7. 444
  8. test_self before: 1
  9. test_self after: 2
  10. true
  11. { "VALUE": 111 }
  12. 111
  13. 222
  14. 333
  15. 444
  16. hard before: 2
  17. hard after: 3
  18. true
  19. { "VALUE": 111 }
  20. 111
  21. 222
  22. 333
  23. 444
  24. weak before: 3
  25. weak after: 4