source: trunk/gcc/libjava/testsuite/libjava.compile/SuperConstr.java@ 3186

Last change on this file since 3186 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: 326 bytes
Line 
1// It is legal to reference "this" from an enclosing type, or an instance
2// field from an enclosing type, in a super constructor call.
3
4public class SuperConstr
5{
6 SuperConstr (Object x, Outer y) {}
7}