test/tools/javac/MethodParameters/LambdaTest.java

changeset 2137
a48d3b981083
parent 1594
267225edc1fe
child 2525
2eb010b6cb22
child 2733
7974f6da2d76
equal deleted inserted replaced
2136:7f6481e5fe3a 2137:a48d3b981083
25 * @test 25 * @test
26 * @bug 8006582 26 * @bug 8006582
27 * @summary javac should generate method parameters correctly. 27 * @summary javac should generate method parameters correctly.
28 * @build Tester 28 * @build Tester
29 * @compile -parameters LambdaTest.java 29 * @compile -parameters LambdaTest.java
30 * @run main Tester LambdaTest 30 * @run main Tester LambdaTest LambdaTest.out
31 */ 31 */
32 32
33 /** 33 /**
34 * Parameter names are not recorded for lambdas. This test verifies 34 * Parameter names are not recorded for lambdas. This test verifies
35 * that there are no MethodParameters attribute for lambdas. 35 * that there are no MethodParameters attribute for lambdas.

mercurial