source: trunk/gcc/libjava/testsuite/libjava.compile/PR1343.java

Last change on this file was 1389, checked in by bird, 21 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 194 bytes
Line 
1import java.util.Vector;
2
3public class PR1343
4{
5 void f(Object[] l)
6 {
7 class x1
8 {
9 };
10 }
11 void f(Vector l)
12 {
13 class x1
14 {
15 };
16 }
17}
Note: See TracBrowser for help on using the repository browser.