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