test/langtools/tools/javac/lambda/MostSpecific09.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 8029718 8065800
     3  * @bug 8029718 8065800
     4  * @summary Should always use lambda body structure to disambiguate overload resolution
     4  * @summary Should always use lambda body structure to disambiguate overload resolution
     5  * @compile/fail/ref=MostSpecific09.out -XDrawDiagnostics --should-stop:at=ATTR --debug:verboseResolution=applicable,success MostSpecific09.java
     5  * @compile/fail/ref=MostSpecific09.out -XDrawDiagnostics --should-stop=at=ATTR --debug=verboseResolution=applicable,success MostSpecific09.java
     6  */
     6  */
     7 
     7 
     8 class MostSpecific09 {
     8 class MostSpecific09 {
     9 
     9 
    10     interface I {
    10     interface I {