6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
class A {
|
|
inline fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|
|
}
|