-
Bug
-
Resolution: Fixed
-
P4
-
1.1.2, 1.1.6, 1.2.0
-
1.2beta
-
generic, x86, sparc
-
solaris_2.5.1, windows_95
-
Not verified
The IC spec disallows toplevel classes and interfaces in inner classes, but
the current compiler accepts the following construction without error.
class Test {
Test() {
class foo {
interface A {
}
}
}
}
todd.turnidge@Eng 1997-07-09
the current compiler accepts the following construction without error.
class Test {
Test() {
class foo {
interface A {
}
}
}
}
todd.turnidge@Eng 1997-07-09
- duplicates
-
JDK-4068698 Local interfaces bug
-
- Closed
-