Fix test data
This commit is contained in:
+1
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
@@ -85,3 +84,4 @@ fun String.fail(): String {
|
||||
fun call(): String {
|
||||
return "xxx"
|
||||
}
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
+1
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
@@ -65,3 +64,4 @@ infix fun String.fail(p: String): String {
|
||||
fun call(): String {
|
||||
return "xxx"
|
||||
}
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
@@ -109,3 +108,4 @@ inline fun inlineFun(): String {
|
||||
fun fail(): String {
|
||||
throw AssertionError("fail")
|
||||
}
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
Reference in New Issue
Block a user