Added test case for broken trees, plus partial test coverage

This commit is contained in:
Daniel Woznicki 2022-02-28 14:53:24 -08:00 committed by Stephan Seitz
parent d71da4f63e
commit 9f78c9f0ad
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// https://github.com/nvim-treesitter/nvim-treesitter/issues/2583
public class Testo {
void foo() {
new StringBuilder().append("a",
}
}