Mute some FIR->JVM_IR box tests
FIR generates delegated class members incorrectly (with non-substituted signatures).
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
class MyCollection<T>(val delegate: Collection<T>): Collection<T> by delegate
|
||||
|
||||
Reference in New Issue
Block a user