Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/kt12399.kt
T

4 lines
81 B
Kotlin
Vendored

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