Closed GoogleCodeExporter closed 9 years ago
Original comment by mli...@google.com
on 28 Sep 2010 at 10:08
This is expected, I think--there is a scope transition at the end of every
scope, but the outermost scope (which is always the last scope to end) has no
outer scope to transition *to*.
We could change to only having scope transitions at the beginning of the scope,
and leave off the last transition at the end of the outermost scope, but that
seems to bring along its own set of problems.
Original comment by ile...@google.com
on 29 Sep 2010 at 3:04
Original comment by mli...@google.com
on 11 Oct 2010 at 8:54
Original issue reported on code.google.com by
mli...@google.com
on 28 Sep 2010 at 9:55