mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
8 lines
127 B
Kotlin
Vendored
8 lines
127 B
Kotlin
Vendored
package builders
|
|
|
|
inline fun call(crossinline init: () -> Unit) {
|
|
return init()
|
|
}
|
|
//NO_CHECK_LAMBDA_INLINING
|
|
//SMAP ABSENT
|