Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
8 lines
274 B
Java
8 lines
274 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 8174027
|
|
* @summary error message should adapt to the corresponding top level element
|
|
* @compile/fail/ref=MessageForInterfaceTest.out -XDrawDiagnostics MessageForInterfaceTest.java
|
|
*/
|
|
|
|
public interface MessageForInterfaceTest_ {}
|