FIR IDE: use KtVariableWithInvokeFunctionCall for extension invoke
This commit is contained in:
committed by
Ilya Kirillov
parent
c19ed07fd1
commit
9ca8d39240
+1
-1
@@ -1,5 +1,5 @@
|
||||
operator fun Int.invoke(): String {}
|
||||
|
||||
fun call(x: kotlin.int) {
|
||||
fun call(x: kotlin.Int) {
|
||||
<expr>x()</expr>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user