[TD] Update testdata according to previous commit

This commit is contained in:
Dmitriy Novozhilov
2021-01-27 12:22:36 +03:00
parent 3a0eee64b8
commit 64a300bfcd
453 changed files with 736 additions and 777 deletions
@@ -25,4 +25,4 @@ fun box(): String {
if (p != 4) return "fail 5: $p"
return "OK"
}
}
@@ -29,4 +29,4 @@ fun box(): String {
if (p != 4) return "fail 5: $p"
return "OK"
}
}
@@ -39,4 +39,4 @@ fun box(): String {
if (p.result != 4) return "fail 5: ${p.result}"
return "OK"
}
}
@@ -26,4 +26,4 @@ fun box(): String {
if (p != 6) return "fail 5: $p"
return "OK"
}
}
@@ -32,4 +32,4 @@ fun box(): String {
}
return "OK"
}
}
@@ -36,4 +36,4 @@ fun box(): String {
if (p.result != 4) return "fail 5: ${p.result}"
return "OK"
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
// FILE: 1.kt
// WITH_RUNTIME
// FILE: 1.kt
package test
open class A(var result: String) {
+1 -1
View File
@@ -14,4 +14,4 @@ fun test(s: Int?) {
fun box() : String {
test(1)
return result
}
}
+1 -1
View File
@@ -159,4 +159,4 @@ fun box(): String {
if (a.p15 != 151515) return "test15: ${a.p15}"
return "OK"
}
}
+1 -1
View File
@@ -13,4 +13,4 @@ class OK
fun box(): String {
return OK().value ?: "fail"
}
}
+1 -1
View File
@@ -23,4 +23,4 @@ fun box(): String {
o.value = "K"
return o.value
}
}
+1 -1
View File
@@ -22,4 +22,4 @@ fun box(): String {
if (value != 4) return "fail 3: $value"
return "OK"
}
}
@@ -22,4 +22,4 @@ fun box(): String {
if (p != 37) return "fail 3: $p"
return "OK"
}
}