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(): Any
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
abstract class A1<Q> : MutableCollection<Q> {
override fun contains(o: Q): Boolean {
throw UnsupportedOperationException()
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface A {
fun foo() = 42
}