3789983e89
Reviewed-by: darcy, ihse
11 lines
308 B
Java
11 lines
308 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 4041851 4312063
|
|
* @summary Verify that nonexistent imports detected when no classes declared in compilation unit.
|
|
* @author maddox
|
|
*
|
|
* @compile/fail/ref=InvalidImportsNoClasses.out -XDrawDiagnostics InvalidImportsNoClasses.java
|
|
*/
|
|
|
|
import nonexistent.pack.cls;
|