-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.1
-
x86
-
windows_95
Name: skT88420 Date: 05/07/99
class A {
static class B extends A {
B (Number left, Number right) { }
static class C extends B {
C (Number left, Number right) { super(left, right); }
}
}
}
The 1.1.x compilers compiled this structure, the 1.2 and 1.2.1 compilers complain that they cannot find the default constructor for class A while looking at the constructor of class B.
(Review ID: 57946)
======================================================================