!7 p { L l = ll(); assertSame("ArrayList", collectionMutex(l), l); new HashMap map; assertSame("HashMap", collectionMutex(keySet(map)), map); print("OK"); }