-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
Name: igT44549 Date: 02/26/99
When a class is part of a package and is private, the error message from javac is:
test4.java:3: The type type cx.test4 can't be private. Package members are always accessible within the current package.
private class test4
^
I expect the error. But is the word "type" supposed to be repeated? I would expect "type" or "class" instead.
(Review ID: 54794)
======================================================================