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.
9 lines
248 B
Java
9 lines
248 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 6177732
|
|
* @summary add hidden option to have compiler generate diagnostics in more machine-readable form
|
|
* @compile/fail/ref=Error.out -XDrawDiagnostics Error.java
|
|
*/
|
|
class Error
|
|
{
|
|
static void error
|