Mute/unmute jvm_ir tests

This commit is contained in:
Mikhael Bogdanov
2018-07-04 14:30:26 +02:00
parent 74aa8f054e
commit 2884d728fd
51 changed files with 34 additions and 17 deletions
@@ -1,4 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
inline class Foo<T>(val x: Any) {
@@ -1,4 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
inline class AsAny<T>(val x: Any?)
inline class AsInt(val x: Int)
@@ -1,4 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
inline class AsAny(val a: Any?) {
fun myEq(other: Any?): Boolean {