Adjust testData to new labels syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun box(): String {
|
||||
var s1 = (@l1 "s")
|
||||
val s2 = (@l2 if (@l3 true) s1 else null)
|
||||
var s1 = (l1@ "s")
|
||||
val s2 = (l2@ if (l3@ true) s1 else null)
|
||||
return if (s2 == "s") "OK" else "fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user