Some more bytecode listing tests for JVM_IR

This commit is contained in:
Dmitry Petrov
2020-09-23 16:03:51 +03:00
parent 25ea3df5ca
commit 99dbeecc40
7 changed files with 477 additions and 1 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
abstract class A1<Q> : MutableCollection<Q> {
override fun contains(o: Q): Boolean {
throw UnsupportedOperationException()