Files
2022-01-12 15:09:45 +01:00

3 lines
49 B
Kotlin
Vendored

fun consumeBLambda(fn: (B)->Unit) {
fn(B())
}