blob: 338ec753eb08d3f65bdc03a765322da3fec1a16b [file] [log] [blame]
public class Foo {
void m() {
switch (42 + 42) {
<caret>
}
}
}