Add IR equivalent of AbstractBytecodeListingTest and muted failures.

This commit is contained in:
Mark Punzalan
2020-02-05 15:50:54 -08:00
committed by Dmitry Petrov
parent 06b6477d04
commit b782e8f0f0
68 changed files with 594 additions and 0 deletions
@@ -1,2 +1,3 @@
// IGNORE_BACKEND: JVM_IR
abstract class A<T> : List<T>
abstract class B : List<Int>