Files
kotlin-fork/compiler/testData/diagnostics/tests/operatorsOverloading/kt13330.fir.kt
T

4 lines
211 B
Kotlin
Vendored

// !WITH_NEW_INFERENCE
//KT-13330 AssertionError: Illegal resolved call to variable with invoke
fun foo(exec: (String.() -> Unit)?) = "".<!UNRESOLVED_REFERENCE!>exec<!><caret>() // <caret> is test data tag here