FIR IDE: use KtVariableWithInvokeFunctionCall for extension invoke
This commit is contained in:
committed by
Ilya Kirillov
parent
c19ed07fd1
commit
9ca8d39240
+7
@@ -0,0 +1,7 @@
|
||||
interface Foo {
|
||||
operator fun <T> invoke(t: T)
|
||||
}
|
||||
|
||||
fun test(f: Foo) {
|
||||
<expr>f("")</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user