Remove descriptors from BridgeLowering

This commit is contained in:
Georgy Bronnikov
2018-12-04 00:29:20 +03:00
parent c9b8f58a10
commit 72ea4cc3d7
8 changed files with 443 additions and 290 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface A {
fun foo() = 42
}