Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt1736.fir.kt
T

10 lines
152 B
Kotlin
Vendored

//KT-1736 AssertionError in CallResolver
package kt1736
object Obj {
fun method() {
}
}
val x = Obj.<!INAPPLICABLE_CANDIDATE!>method<!>{ -> }