7 lines
84 B
Kotlin
Vendored
7 lines
84 B
Kotlin
Vendored
class Z(s: (Int) -> Int) {
|
|
|
|
}
|
|
|
|
public inline fun test(s : (Int) -> Int) {
|
|
Z(s)
|
|
} |