* libjava.compile/narrow_case.java: New file.
From-SVN: r56604
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class narrow_case
|
||||
{
|
||||
private int test(byte b)
|
||||
{
|
||||
switch (b)
|
||||
{
|
||||
case '0' :return 0;
|
||||
}
|
||||
return 99;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user