Test framewrk update: check lambda inlining
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
import test.*
|
||||
|
||||
fun box() : String {
|
||||
|
||||
+2
-2
@@ -1,3 +1,4 @@
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
import test.*
|
||||
|
||||
fun box() : String {
|
||||
@@ -20,5 +21,4 @@ fun box() : String {
|
||||
if (result != "OK11") return "fail $result"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
}
|
||||
+2
-2
@@ -1,3 +1,4 @@
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
import test.*
|
||||
|
||||
fun test1(): String {
|
||||
@@ -26,5 +27,4 @@ fun box() : String {
|
||||
if (result2 != "OKGOOD") return "fail2 $result2"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
}
|
||||
+2
-2
@@ -1,3 +1,4 @@
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
import test.*
|
||||
|
||||
fun test1(): String {
|
||||
@@ -26,5 +27,4 @@ fun box() : String {
|
||||
if (result2 != "OK11") return "fail2 $result2"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user