Files
kotlin-fork/libraries/tools/kotlinp/testData/Lambda.kt
T
2023-04-21 23:40:41 +02:00

5 lines
104 B
Kotlin
Vendored

fun test() {
val f = {}
val g = fun Unit.(s: IntArray?, t: Set<Double>): String { return "" }
}