Closed GoogleCodeExporter closed 9 years ago
I think the following is also broken at the moment
var x = class y {
m() {
return y;
}
}
Class expressions bind the name inside the class body (just like function
expressions).
Original comment by arv@chromium.org
on 15 Oct 2012 at 5:42
Original comment by slightly...@google.com
on 17 Oct 2012 at 10:15
Original issue reported on code.google.com by
slightly...@google.com
on 15 Oct 2012 at 5:00