2013-07-17 15:08:58 +02:00
|
|
|
/**
|
|
|
|
* @test /nodynamiccopyright/
|
|
|
|
* @bug 8020586
|
|
|
|
* @summary Warnings in the imports section should be attributed to the correct source file
|
|
|
|
* @clean Auxiliary ImplicitCompilation
|
2014-11-24 16:02:35 +01:00
|
|
|
* @compile/ref=ImplicitCompilation.out -source 8 -XDrawDiagnostics -Xlint:deprecation,-options -sourcepath . ImplicitCompilation.java
|
2013-07-17 15:08:58 +02:00
|
|
|
* @clean Auxiliary ImplicitCompilation
|
2014-11-24 16:02:35 +01:00
|
|
|
* @compile/ref=ExplicitCompilation.out -source 8 -XDrawDiagnostics -Xlint:deprecation,-options ImplicitCompilation.java Auxiliary.java
|
2013-07-17 15:08:58 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
public class ImplicitCompilation {
|
|
|
|
private Auxiliary a;
|
|
|
|
}
|