// WITH_RUNTIME val x = hashSetOf("abc").also { hashSet -> hashSet.forEach { println(hashSet) } }