test/tools/javac/lambda/TargetType51.java

changeset 1562
2154ed9ff6c8
parent 1510
7873d37f5b37
child 2227
998b10c43157
equal deleted inserted replaced
1561:073696f59241 1562:2154ed9ff6c8
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @summary smoke test for combinator-like stuck analysis 26 * @bug 8005244
27 * @summary Implement overload resolution as per latest spec EDR
28 * smoke test for combinator-like stuck analysis
27 * @author Maurizio Cimadamore 29 * @author Maurizio Cimadamore
28 * @compile TargetType51.java 30 * @compile TargetType51.java
29 */ 31 */
30 32
31 import java.util.Comparator; 33 import java.util.Comparator;

mercurial