tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun box(): String {
|
||||
var p = 2 < 1;
|
||||
if (!p) {
|
||||
return "OK"
|
||||
} else {
|
||||
return "fail"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user