6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
fun a() = run {
|
|
""
|
|
}
|
|
|
|
fun <R> run(block: () -> R): R = block()
|