Files
kotlin-fork/compiler/testData/diagnostics/tests/operatorsOverloading/kt13330.kt
T
2016-08-15 19:24:17 +03:00

3 lines
259 B
Kotlin
Vendored

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