Source code

Revision control

Copy as Markdown

Other Tools

{
let x = "";
x++
assertEq(x, 1);
}
/* Test no assert. */