Closed RichDom2185 closed 7 months ago
In line 3, the literal 1 is typed as number, but in line 4, the same literal 1 is typed as 1.
1
number
Closed by PR https://github.com/source-academy/js-slang/pull/1556
In line 3, the literal
1
is typed asnumber
, but in line 4, the same literal1
is typed as1
.