tree-sitter-java icon indicating copy to clipboard operation
tree-sitter-java copied to clipboard

Fix parsing of array and object creation with annotations

Open FnControlOption opened this issue 4 years ago • 0 comments

Checklist:

  • [ ] All tests pass in CI.
  • [ ] There are sufficient tests for the new fix/feature.
  • [x] Grammar rules have not been renamed unless absolutely necessary.
  • [x] The conflicts section hasn't grown too much.
  • [ ] The parser size hasn't grown too much (check the value of STATE_COUNT in src/parser.c).

https://docs.oracle.com/javase/tutorial/java/annotations/basics.html

FnControlOption avatar Aug 20 '21 02:08 FnControlOption