JVM IR: Remove bridge construction from CallableReferenceLowering

This commit is contained in:
Steven Schäfer
2019-07-25 16:52:15 +02:00
committed by Georgy Bronnikov
parent ebb59d51d2
commit 6aa8ecd745
9 changed files with 214 additions and 304 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun test() {
1.(fun Int.() = 2)()
}