[Wasm] Mute failing tests in boxInline

This commit is contained in:
Zalim Bashorov
2022-04-26 02:10:14 +02:00
committed by teamcity
parent e594cad02a
commit 76806eba8a
39 changed files with 39 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: 1.kt
class E(val x: String) {
inner class Inner {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: 1.kt
class O(val a: String) {
inner class I1(val b: String) {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: 1.kt
class E(val x: String) {
fun bar() = x
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: 1.kt
class E<T>(val x: T) {
inner class Inner {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_IR_AGAINST_OLD
// FILE: a.kt