author | duke |
Wed, 05 Jul 2017 23:01:50 +0200 | |
changeset 44228 | e46434c65a2b |
parent 30716 | 1bbdff43424d |
permissions | -rw-r--r-- |
10 | 1 |
/* |
30716
1bbdff43424d
8074408: Group 12: golden files for tests in tools/javac dir
sogoel
parents:
5520
diff
changeset
|
2 |
* @test /nodynamiccopyright/ |
10 | 3 |
* @bug 4648973 |
4 |
* @summary compiler does not emit code for second class in source file |
|
5 |
* @author gafter |
|
6 |
* |
|
30716
1bbdff43424d
8074408: Group 12: golden files for tests in tools/javac dir
sogoel
parents:
5520
diff
changeset
|
7 |
* @compile/fail/ref=SourcePath2.out -XDrawDiagnostics SourcePath2.java |
10 | 8 |
*/ |
9 |
||
10 |
import p.SourcePath2A; |
|
11 |
||
12 |
public class SourcePath2 {} |