Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: SyntaxError
{
const x = 0;
function x() { }
}