Unmute ir-tests after CR support

This commit is contained in:
Mikhael Bogdanov
2018-08-08 12:28:18 +03:00
parent 6b5b9fbde4
commit 357359b1dd
352 changed files with 6 additions and 352 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class My {
val my: String = "O"
get() = { field }() + "K"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class My {
companion object {
val my: String = "O"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class My {
companion object {
private val my: String = "O"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
val my: String = "O"
get() = { field }() + "K"
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class IntentionsBundle {
companion object {
fun message(key: String): String {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
val Int.ext: () -> Int get() = { 5 }
val Long.ext: Long get() = 4.ext().toLong() //(c.kt:4)
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class P {
var x : Int = 0
private set
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
public var prop = "OK"
private set
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// LANGUAGE_VERSION: 1.2
fun runNoInline(f: () -> Unit) = f()
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
class My {
lateinit var x: String
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A(
private val x: String,
private var y: Double
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE