71cc634a7c
The change in `FirPsiDiagnosticTestGenerated.Resolve#testCast` only highlights the existing problem that we don't assign a valid type to `_`. ^KT-58906 Fixed
3 lines
92 B
Kotlin
Vendored
3 lines
92 B
Kotlin
Vendored
fun foo(a: Any) {
|
|
foo({ <!VALUE_PARAMETER_WITH_NO_TYPE_ANNOTATION!>index<!> -> } { })
|
|
} |