test/tools/javac/lambda/TargetType36.java

changeset 1721
abd153854f16
parent 1415
01c9d4161882
child 1894
87a951c88a33
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @ignore 26 * @ignore 8013404: Test awaits spec clarification
27 * @bug 8003280 27 * @bug 8003280
28 * @summary Add lambda tests 28 * @summary Add lambda tests
29 * check that target type of cast is propagated to conditional subexpressions 29 * check that target type of cast is propagated to conditional subexpressions
30 * @compile TargetType36.java 30 * @compile TargetType36.java
31 */ 31 */

mercurial