mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
chore(dart): remove tests for switch
This commit is contained in:
parent
e9de9cedf0
commit
ba6c55b203
2 changed files with 0 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
void test() {
|
||||
final a = 69;
|
||||
switch (a) {
|
||||
case 69:
|
||||
break;
|
||||
case 420:
|
||||
default:
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue