langtools/test/tools/javac/defaultMethods/Neg12.java
changeset 19934 1d8232b1aa18
parent 14547 86d8d242b0c4
equal deleted inserted replaced
19933:5182bc65845b 19934:1d8232b1aa18
     1 /*
     1 /* @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     2  * @bug 7192246
     3  * @summary check that abstract methods are discarded in overload resolution diags
     3  * @summary check that abstract methods are discarded in overload resolution diags
     4  * @compile/fail/ref=Neg12.out -XDrawDiagnostics Neg12.java
     4  * @compile/fail/ref=Neg12.out -XDrawDiagnostics Neg12.java
     5  */
     5  */
     6 class Neg12 {
     6 class Neg12 {
     7 
     7