blob: 87e21d6e9f7f03b34c736e0c1f23059caa9bbf3f [file] [log] [blame]
public class X {
int f(Color a) {
<spot>switch(a)
{
}</spot>
}
}