5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
fun test() {
|
|
val f = {}
|
|
val g = fun Unit.(s: IntArray?, t: Set<Double>): String { return "" }
|
|
}
|