jdk-24/test/langtools/tools/javac/T8173955/MessageForEnumTest.java
2017-09-12 19:03:39 +02:00

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_ {}