scope test_structure_with_thisDollar0. sclass X { new O this$0; S abc = "abc"; } svoid test_structure_with_thisDollar0() { print(structure(new X)); } end scope