a47eaa2cb5
update tests depending on part class naming
18 lines
253 B
Kotlin
Vendored
18 lines
253 B
Kotlin
Vendored
package builders
|
|
|
|
inline fun call(inlineOptions(InlineOption.ONLY_LOCAL_RETURN) init: () -> Unit) {
|
|
return {
|
|
init()
|
|
}()
|
|
}
|
|
|
|
//SMAP
|
|
//lambda.2.kt
|
|
//Kotlin
|
|
//*S Kotlin
|
|
//*F
|
|
//+ 1 lambda.2.kt
|
|
//builders/Lambda_2Kt$call$1
|
|
//*L
|
|
//1#1,18:1
|
|
//*E |