RFR: 8275097: Wrong span of the 'default' tag
Vicente Romero
vromero at openjdk.java.net
Fri Nov 5 15:35:13 UTC 2021
On Tue, 12 Oct 2021 07:56:41 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
> The span of the 'default' case label AST node is wrong when `default:` is encountered. This patch fixes the positions to be reasonable (i.e. the span of the AST node should be the characters 'default').
looks good
-------------
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5905
More information about the compiler-dev
mailing list