d77e5a2b59
Original commit: f32ff42ba3
3 lines
49 B
Kotlin
3 lines
49 B
Kotlin
fun consumeBLambda(fn: (B)->Unit) {
|
|
fn(B())
|
|
} |