mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 18:38:27 +00:00
9 lines
254 B
Java
9 lines
254 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 8174027
|
|
* @summary error message should adapt to the corresponding top level element
|
|
* @compile/fail/ref=MessageForEnumTest.out -XDrawDiagnostics MessageForEnumTest.java
|
|
*/
|
|
|
|
public enum MessageForEnumTest_ {}
|