langtools/test/tools/javac/lambda/LambdaExpr15.java
changeset 15569 399c4ef97e3c
parent 14547 86d8d242b0c4
child 18662 1cac45e71eb9
equal deleted inserted replaced
15568:7f2b0485891f 15569:399c4ef97e3c
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @ignore investigate as to whether code generation fails
       
    27  * @bug 8003280
    26  * @bug 8003280
    28  * @summary Add lambda tests
    27  * @summary Add lambda tests
    29  *  check that nested inner class in statement lambdas don't get corrupted return statements
    28  *  check that nested inner class in statement lambdas don't get corrupted return statements
    30  * @run main LambdaExpr15
    29  * @run main LambdaExpr15
    31  */
    30  */