test.bar
Class Class3

java.lang.Object
  |
  +--test.foo.Class1
        |
        +--test.foo.Class2
              |
              +--test.bar.Class3

public class Class3
extends Class2

Untamed: Demonstrates a bug in Sun's j2sdk1.4.1's javac compiler.

Author:
Mark S. Miller

Constructor Summary
Class3()
          Enabled:
 
Methods inherited from class test.foo.Class2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Class3

public Class3()
Enabled:



comments?