a68a2409d3
In case we don't want to introduce any new abstractions like "user relevance for applicability", we can just remove the filtering. ^KT-62541 Fixed
4 lines
223 B
Kotlin
Vendored
4 lines
223 B
Kotlin
Vendored
//KT-13330 AssertionError: Illegal resolved call to variable with invoke
|
|
|
|
fun foo(exec: (String.() -> Unit)?) = "".<!UNSAFE_IMPLICIT_INVOKE_CALL!>exec<!><<!UNRESOLVED_REFERENCE!>caret<!>>() // <caret> is test data tag here
|