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:
Stephan Seitz 2023-04-15 13:53:26 +02:00
parent f0b50973f3
commit 39a78192fb
2 changed files with 11 additions and 0 deletions

View file

@ -3,3 +3,11 @@ void test() {
} catch(e) {
}
}
// Issue #4632
class Test {
void test(){
try {
}
}
}