* libjava.compile/pr8955.java: New test, for PR java/8955.
From-SVN: r60764
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
public class pr8955
|
||||
{
|
||||
static final int val = Integer.MIN_VALUE;
|
||||
void foo()
|
||||
{
|
||||
switch(1) {
|
||||
case val:
|
||||
break;
|
||||
case 1:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user