blob: 1b6571f33cadd50dcc892a4d1e2d5c20141f1e4f [file] [log] [blame]
public class Foo {
int f() {
switch ("abc") {
<caret>
}
}
}