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