Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
-
CPU:x86
-
OS:windows_95
Description
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)
======================================================================