source:
trunk/src/gcc/libjava/testsuite/libjava.compile/narrow_case.java@
1389
| Last change on this file since 1389 was 1389, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 136 bytes | |
| Line | |
|---|---|
| 1 | public class narrow_case |
| 2 | { |
| 3 | private int test(byte b) |
| 4 | { |
| 5 | switch (b) |
| 6 | { |
| 7 | case '0' :return 0; |
| 8 | } |
| 9 | return 99; |
| 10 | } |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
