blob: a869b585c4beb39db512f78f60f295c586854847 [file] [log] [blame]
public class pr25429
{
private static final int CONST = 0;
class I {
public void f () {
switch(0) {
case CONST:
}
}
}
public static void main(String[] args) { }
}