JVM IR: Fix BridgeLowering

This commit is contained in:
Steven Schäfer
2020-02-03 14:56:38 +01:00
committed by Georgy Bronnikov
parent 461d8ef368
commit 07737f8fc6
11 changed files with 391 additions and 422 deletions
@@ -1,6 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
open class Base<Target : DatabaseEntity>() : HashSet<Target>() {
@@ -1,5 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
open class A0<E> : MutableList<E> {