source:
trunk/src/gcc/libjava/testsuite/libjava.lang/inner4.java@
141
| Last change on this file since 141 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 695 bytes | |
| Line | |
|---|---|
| 1 | // Class inner4 |
| 2 | // Generated on Tue Dec 7 11:43:48 PST 1999 |
| 3 | // |
| 4 | |
| 5 | class inner4 { |
| 6 | static private int xyz () { return 3; } |
| 7 | private String f; |
| 8 | |
| 9 | String p () { |
| 10 | return "public String p()"; |
| 11 | } |
| 12 | |
| 13 | private String pp (int x, byte y, char c) { |
| 14 | return "private String pp("+x+", "+y+", "+c+")"; |
| 15 | } |
| 16 | |
| 17 | void foo () { |
| 18 | t xxx = this.new t(); |
| 19 | xxx.bar (); |
| 20 | pp (3, (byte)34, 'C'); |
| 21 | } |
| 22 | public static void main (String[] arg) |
| 23 | { |
