michael@0: // Clearing a Set doesn't affect expando properties. michael@0: michael@0: var s = Set(); michael@0: s.x = 3; michael@0: s.clear(); michael@0: assertEq(s.x, 3);