1 2 3 4 5 6 7
{ function f() { return "inner"; } } function f() { return "outer"; } reportCompare(f(), "inner");