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
abstract class Father {
abstract inner class InClass {
abstract fun work(): String
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
abstract class Father {
abstract inner class InClass {
abstract fun work(): String
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class Father(val param: String) {
abstract inner class InClass {
fun work(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val result = "OK"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val three = 3
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// KT-3581
open class A(val result: String = "OK") {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
open class SomeClass(val some: Double, val other: Int, vararg val args: String) {
fun result() = args[1]
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
open inner class Inner(val result: String)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
open inner class Inner(val result: String = "OK", val int: Int)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class A(val s: String)
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val d = 42.0
val c = 'C'