mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8 lines
141 B
Java
8 lines
141 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 6234077
|
|
* @compile/fail/ref=T6234077.out -XDrawDiagnostics T6234077.java
|
|
*/
|
|
|
|
public class Foo { }
|