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
258 B
Java
8 lines
258 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 8174027
|
|
* @summary error message should adapt to the corresponding top level element
|
|
* @compile/fail/ref=MessageForClassTest.out -XDrawDiagnostics MessageForClassTest.java
|
|
*/
|
|
|
|
public class MessageForClassTest_ {}
|