Skip to content

Commit ec72406

Browse files
committed
test mutation 7
1 parent ad5ae49 commit ec72406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-out/epfl/test8-mutation7.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ val x9 = while ({val x2 = x1
88
val x3 = x2 < x0
99
x3}) {
1010
val x5 = x1
11-
val x6 = x5+1.0
11+
val x6 = x5 + 1.0
1212
x1 = x6
1313
()
1414
}
1515
val x10 = x1
1616
val x11 = x10 < x0
1717
val x14 = if (x11) {
18-
x1 = 8
18+
x1 = 8.0
1919
()
2020
} else {
2121
()

0 commit comments

Comments
 (0)