3 lines
54 B
Kotlin
Vendored
3 lines
54 B
Kotlin
Vendored
fun consumeBExtLambda(fn: B.()->Unit) {
|
|
B().fn()
|
|
} |