// WITH_RUNTIME val x = hashSetOf("abc").run { forEach { println(it) } }