// WITH_RUNTIME val x = hashSetOf("abc").apply { forEach { println(this) } }