Unmute ir-tests after prev commit

This commit is contained in:
Mikhael Bogdanov
2018-08-08 12:10:37 +03:00
parent da34299064
commit 06b16a6459
136 changed files with 1 additions and 136 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
interface B<T> {
val bar: T
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class C(val s: String) {
fun test(): String {
return s
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface Callback {
fun invoke(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface Callback {
fun invoke(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface T {
fun result(): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class Z(val s: Int) {
open fun a() {}
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val o = "O"
fun ok() = o + "K"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
fun local():Int {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
fun local():Int {