Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/kt46515.kt
T
2021-05-11 15:41:06 +03:00

6 lines
130 B
Kotlin
Vendored

// FIR_IDENTICAL
// WITH_RUNTIME
fun bar() {
listOf(1, 2, 3).<!NONE_APPLICABLE!>maxOf<!> { <!UNRESOLVED_REFERENCE!>foo<!> }
}