Skip to content

Commit a4e0590

Browse files
committed
test transform rec
1 parent 84e81e1 commit a4e0590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-out/epfl/test10-transformrec3.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val x10 = if (x3) {
1212
1.0
1313
} else {
1414
val x8 = x4(x2)
15-
val x9 = x2*x8
15+
val x9 = x2 * x8
1616
x9
1717
}
1818
x10

0 commit comments

Comments
 (0)