[FIR] Enable BytecodeText tests for FIR.
143 out of 767 tests (18.6%) are currently failing.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
69cd729506
commit
238cc7c257
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
abstract class A1<Q> : MutableCollection<Q> {
|
||||
override fun contains(o: Q): Boolean {
|
||||
throw UnsupportedOperationException()
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
abstract class A3<W> : java.util.AbstractList<W>()
|
||||
abstract class A4<W> : java.util.AbstractList<W>() {
|
||||
override fun contains(o: W): Boolean {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
abstract class A1 : Collection<String> {
|
||||
override val size: Int get() = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user