mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
ci: add tests for #4632
Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41
This commit is contained in:
parent
f0b50973f3
commit
39a78192fb
2 changed files with 11 additions and 0 deletions
|
|
@ -3,3 +3,11 @@ void test() {
|
|||
} catch(e) {
|
||||
}
|
||||
}
|
||||
|
||||
// Issue #4632
|
||||
class Test {
|
||||
void test(){
|
||||
try {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue