Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/variableWithInvokeFunctionCall_extensionReceiver.kt
T

9 lines
107 B
Kotlin
Vendored

operator fun Int.invoke() {}
class A {
fun test() {
<expr>f()</expr>
}
}
val A.f: Int = 1