test/tools/javac/lambda/InnerConstructor.java

changeset 2255
b2e4c5ca111f
parent 1415
01c9d4161882
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/lambda/InnerConstructor.java	Fri Jan 10 19:02:54 2014 +0100
     1.2 +++ b/test/tools/javac/lambda/InnerConstructor.java	Thu Jan 30 11:09:01 2014 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,7 +23,7 @@
    1.11  
    1.12  /*
    1.13   * @test
    1.14 - * @bug 8003280
    1.15 + * @bug 8003280 8003306
    1.16   * @summary Add lambda tests
    1.17   *  Regression test JDK-8003306 inner class constructor in lambda
    1.18   * @author  Robert Field

mercurial