4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
fun foo(a: Any) {
|
|
foo({ <!CANNOT_INFER_PARAMETER_TYPE!>index<!> -> } { })
|
|
}
|