nvim-treesitter/tests/indent/dart/try.dart
2023-04-10 06:52:50 +00:00

5 lines
42 B
Dart

void test() {
try{
} catch(e) {
}
}