Skip to content

Commit a1d694f

Browse files
committed
functions recursive
1 parent bb1807e commit a1d694f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-out/epfl/test5-functionsrecursive.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val x15 = x1(x14)
1919
val x16 = x9(x15)
2020
val x5 = {x6: (Any) =>
2121
val x7 = println("baz")
22-
1.0: Double
22+
1: Int
2323
}
2424
val x17 = x5(x16)
2525
x17
@@ -43,7 +43,7 @@ var x15 = x1(x14)
4343
var x16 = x9(x15)
4444
var x5 = function(x6) {
4545
var x7 = document.body.appendChild(document.createElement("div")).appendChild(document.createTextNode("baz"))
46-
return 1.0
46+
return 1
4747
}
4848
var x17 = x5(x16)
4949
return x17

0 commit comments

Comments
 (0)