* libjava.compile/narrow_case.java: New file.
From-SVN: r56604
This commit is contained in:
parent
7acc97e02e
commit
8632ed40b6
2 changed files with 15 additions and 0 deletions
11
libjava/testsuite/libjava.compile/narrow_case.java
Normal file
11
libjava/testsuite/libjava.compile/narrow_case.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
public class narrow_case
|
||||
{
|
||||
private int test(byte b)
|
||||
{
|
||||
switch (b)
|
||||
{
|
||||
case '0' :return 0;
|
||||
}
|
||||
return 99;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue