Last change
on this file was 2, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
927 bytes
|
Line | |
---|
1 | /*-------------------------------------------------------------------------*/
|
---|
2 | /* File name : G19990217_02 */
|
---|
3 | /* : */
|
---|
4 | /* Cause : */
|
---|
5 | /* : */
|
---|
6 | /* Message : Can't access class `foo.bar'. */
|
---|
7 | /* : Only public classes and interfaces in other packages can be */
|
---|
8 | /* : accessed. */
|
---|
9 | /* : public class G19990217_02 extends bar { */
|
---|
10 | /* : ^ */
|
---|
11 | /*-------------------------------------------------------------------------*/
|
---|
12 | package foo;
|
---|
13 | public class G19990217_02 extends bar {
|
---|
14 | }
|
---|
15 | class bar {
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.