chore(dart): remove tests for switch

This commit is contained in:
Robert Brunhage 2023-04-12 19:00:13 +02:00 committed by Stephan Seitz
parent e9de9cedf0
commit ba6c55b203
2 changed files with 0 additions and 12 deletions

View file

@ -1,9 +0,0 @@
void test() {
final a = 69;
switch (a) {
case 69:
break;
case 420:
default:
}
}