2007-12-01 00:00:00 +00:00
|
|
|
/*
|
2014-07-07 20:39:31 +00:00
|
|
|
* @test /nodynamiccopyright/
|
2014-09-08 13:51:29 +00:00
|
|
|
* @bug 4041851 4312063
|
2007-12-01 00:00:00 +00:00
|
|
|
* @summary Verify that nonexistent imports detected when no classes declared in compilation unit.
|
|
|
|
* @author maddox
|
|
|
|
*
|
2014-07-07 20:39:31 +00:00
|
|
|
* @compile/fail/ref=InvalidImportsNoClasses.out -XDrawDiagnostics InvalidImportsNoClasses.java
|
2007-12-01 00:00:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
import nonexistent.pack.cls;
|