2007-12-01 00:00:00 +00:00
|
|
|
/*
|
|
|
|
* @test /nodynamiccopyright/
|
|
|
|
* @bug 6177732
|
|
|
|
* @summary add hidden option to have compiler generate diagnostics in more machine-readable form
|
2010-07-26 21:18:45 +00:00
|
|
|
* @compile/fail/ref=Error.out -XDrawDiagnostics Error.java
|
2007-12-01 00:00:00 +00:00
|
|
|
*/
|
|
|
|
class Error
|
|
|
|
{
|
|
|
|
static void error
|