FIR IDE: use KtVariableWithInvokeFunctionCall for extension invoke

This commit is contained in:
Tianyu Geng
2021-08-30 11:33:30 -07:00
committed by Ilya Kirillov
parent c19ed07fd1
commit 9ca8d39240
9 changed files with 27 additions and 7 deletions
@@ -1,5 +1,5 @@
operator fun Int.invoke(): String {}
fun call(x: kotlin.int) {
fun call(x: kotlin.Int) {
<expr>x()</expr>
}