[FIR2IR] Add dispatch & extension receivers to callable references
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5414b9dfb3
commit
d8539fdde9
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun box(): String {
|
||||
val f = "KOTLIN"::get
|
||||
return "${f(1)}${f(0)}"
|
||||
|
||||
Reference in New Issue
Block a user