5437ec7e74
Reviewed-by: jjg
11 lines
300 B
Java
11 lines
300 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 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;
|