source: trunk/gcc/libjava/testsuite/libjava.compile/not_a_redef.java@ 3103

Last change on this file since 3103 was 2, checked in by bird, 23 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: 118 bytes
Line 
1package bar.foo;
2// This is not a redef.
3
4class not_a_redef {
5 class baz { class bar { class foo {}} class foo {}}
6}
Note: See TracBrowser for help on using the repository browser.