!7 p { Set set = weakHashSet(); S a = "hello", b = "bello"; assertFalse(set.add(a)); assertFalse(set.add(b)); assertTrue(set.add(a)); print("OK"); }