test/langtools/tools/javac/Diagnostics/6722234/T6722234d.java
changeset 49518 d0ff431a596e
parent 47216 71c04702a3d5
equal deleted inserted replaced
49517:a387ee36e5e0 49518:d0ff431a596e
     1 /**
     1 /**
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug     6722234 8078024
     3  * @bug     6722234 8078024
     4  * @summary javac diagnostics need better integration with the type-system
     4  * @summary javac diagnostics need better integration with the type-system
     5  * @author  mcimadamore
     5  * @author  mcimadamore
     6  * @compile/fail/ref=T6722234d_1.out -XDrawDiagnostics --diags:formatterOptions=where T6722234d.java
     6  * @compile/fail/ref=T6722234d_1.out -XDrawDiagnostics --diags=formatterOptions=where T6722234d.java
     7  * @compile/fail/ref=T6722234d_2.out -XDrawDiagnostics --diags:formatterOptions=where,simpleNames T6722234d.java
     7  * @compile/fail/ref=T6722234d_2.out -XDrawDiagnostics --diags=formatterOptions=where,simpleNames T6722234d.java
     8  */
     8  */
     9 
     9 
    10 class T6722234d {
    10 class T6722234d {
    11     interface I1 {}
    11     interface I1 {}
    12     interface I2 {}
    12     interface I2 {}