test/tools/javac/rawDiags/Error.java

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1
9a66ca7c79fa
child 611
4172cfff05f0
permissions
-rw-r--r--

Initial load

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

mercurial