blob: 75d9f49d23596acfc96d64ee2553ecc019eb79e7 [file] [log] [blame]
enum Foo {
FOO, BAR
}
class Main {
{
Foo a;
Foo b;
switch (a) {
case FOO: b = B<caret>
}
}
}