langtools/test/tools/javac/lambda/MostSpecific09.java
changeset 39601 5b37e511ae4b
parent 39599 3c7da4996d8c
child 40835 6ab9ed1abc46
equal deleted inserted replaced
39600:83ea7c12c164 39601:5b37e511ae4b
     1 /*
     1 /*
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 8029718
     3  * @bug 8029718
     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 -XDshouldStopPolicy=ATTR -Xdebug:verboseResolution=applicable,success MostSpecific09.java
     5  * @compile/fail/ref=MostSpecific09.out -XDrawDiagnostics -Xshouldstop:at=ATTR -Xdebug:verboseResolution=applicable,success MostSpecific09.java
     6  */
     6  */
     7 
     7 
     8 class MostSpecific09 {
     8 class MostSpecific09 {
     9 
     9 
    10     interface I {
    10     interface I {