K. T.
Results
2
issues of
K. T.
Example: ``` record A() { record B() { record C() { } } } ``` Here, `B` is wrongly parsed as a `MethodDeclaration` with `record` as the return type. Consequently,...
Bug report
Grammar
If a variable in a standalone nested scope shadows a field, subsequent references to the field after this scope are wrongly resolved to the variable. Example: ```java class InnerScope {...
Bug report