sclass Test_CompactHashSet > TestUnorderedSet { S moreInfo(Set b) { ret n2(((CompactHashSet) b).objects.length); } Set makeSet() { ret new CompactHashSet; } } svoid test_CompactHashSet() { new Test_CompactHashSet().run(); }