psi2ir: support dynamic infix calls ('foo bar 42' is 'foo.bar(42)')
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test1(d: dynamic) = d foo 123
|
||||
|
||||
fun test2(d: dynamic) = d invoke 123
|
||||
Reference in New Issue
Block a user