Source code
Revision control
Copy as Markdown
Other Tools
function assertNotSame(expected, actual, message = "") { }
function g3(h = () => arguments) {
function arguments() { }
assertNotSame(arguments, h());
}
g3();
function assertNotSame(expected, actual, message = "") { }
function g3(h = () => arguments) {
function arguments() { }
assertNotSame(arguments, h());
}
g3();