blob: 0f04c947694b8c71a8b072f58e85a751b2d6cbba [file] [log] [blame]
class X {
void m() {
int foo = 10;
switch (foo) {<caret>
}
}
}