Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
data class XY(val x: Int, val y: Int)
|
||||
fun test(xys: Array<XY>) {
|
||||
for (xy in xys) {
|
||||
for (<caret>xy in xys) {
|
||||
val x = xy.x
|
||||
println(x)
|
||||
val y = xy.y + x
|
||||
|
||||
Reference in New Issue
Block a user