6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
package inline
|
|
|
|
inline fun f(body: () -> Unit) {
|
|
body()
|
|
}
|