FIR IDE: Add substitutor to KtCall
This commit is contained in:
committed by
Ilya Kirillov
parent
9f0f1781c9
commit
d2ed203528
+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