Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/kt12399.fir.kt
T
2020-02-04 15:00:12 +03:00

3 lines
46 B
Kotlin
Vendored

fun foo(a: Any) {
foo({ index -> } { })
}