source:
trunk/src/gcc/libjava/testsuite/libjava.compile/pr10459_2.java@
1394
| Last change on this file since 1394 was 1389, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 136 bytes | |
| Line | |
|---|---|
| 1 | public class pr10459_2 |
| 2 | { |
| 3 | pr10459_2 x; |
| 4 | |
| 5 | public void aMethod() throws Throwable |
| 6 | { |
| 7 | for (; ;x.clone().clone()) |
| 8 | break; |
| 9 | } |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
