source:
branches/libc-0.6/src/gcc/libjava/testsuite/libjava.lang/II.java@
3103
| Last change on this file since 3103 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Line | |
|---|---|
| 1 | public class II { |
| 2 | { |
| 3 | System.out.println("ii"); |
| 4 | } |
| 5 | public II() |
| 6 | { |
| 7 | } |
| 8 | public II(int x) |
| 9 | { |
| 10 | this(); |
| 11 | } |
| 12 | public static void main(String[] args) |
| 13 | { |
| 14 | new II(0); |
| 15 | } |
| 16 | } |
Note:
See TracBrowser
for help on using the repository browser.
