4 lines
211 B
Kotlin
Vendored
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 |