Source code
Revision control
Copy as Markdown
Other Tools
{
function f() { return "inner"; }
}
function f() { return "outer"; }
reportCompare(f(), "inner");
{
function f() { return "inner"; }
}
function f() { return "outer"; }
reportCompare(f(), "inner");