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