[FIR] Properly generate implicit invoke calls for a.(b)()
^KT-64891 Fixed
This commit is contained in:
committed by
Space Team
parent
8e6e447d6d
commit
3a36a786d4
+1
-1
@@ -1,5 +1,5 @@
|
||||
FILE: inBrackets.kt
|
||||
public? final? fun test(e: ( Int.() -> String )): R|kotlin/Unit| {
|
||||
lval s: <implicit> = IntegerLiteral(3).e#()
|
||||
lval ss: <implicit> = IntegerLiteral(3).e#()
|
||||
lval ss: <implicit> = e#.invoke#(IntegerLiteral(3))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user