10
|
1 |
/*
|
|
2 |
* @test /nodynamiccopyright/
|
|
3 |
* @bug 6177732
|
|
4 |
* @summary add hidden option to have compiler generate diagnostics in more machine-readable form
|
6150
|
5 |
* @compile/fail/ref=Error.out -XDrawDiagnostics Error.java
|
10
|
6 |
*/
|
|
7 |
class Error
|
|
8 |
{
|
|
9 |
static void error
|