summaryrefslogtreecommitdiff
path: root/test/files/cli/test3/Main.check.jikes5
blob: 604333e81ae80d4935fb0edd14477f46211d25f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Error: "-dd" is an invalid option.
use: jikes [options] [@files] file.java...
For more help, try -help or -version.

Found 2 semantic errors compiling "files/cli/test3/Main.java":

     6.     test1.Main.main(args);
            ^---^
*** Semantic Error: No accessible field named "test1" was found in type "test3.Main".


     8.     test2.Main.main(args);
            ^---^
*** Semantic Error: No accessible field named "test2" was found in type "test3.Main".