mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
9 lines
104 B
Dart
9 lines
104 B
Dart
void test() {
|
|
final a = 69;
|
|
switch (a) {
|
|
case 69:
|
|
break;
|
|
case 420:
|
|
default:
|
|
}
|
|
}
|