Files
2017-03-21 20:49:36 +03:00

6 lines
67 B
Kotlin
Vendored

fun a() = run {
""
}
fun <R> run(block: () -> R): R = block()