void test() { final a = 69; switch (a) { case 69: break; case 420: default: } }