mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
7 lines
141 B
Java
7 lines
141 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 6234077
|
|
* @compile/fail/ref=T6234077.out -XDrawDiagnostics T6234077.java
|
|
*/
|
|
|
|
public class Foo { }
|