test/tools/javac/lambda/TargetType61.java

changeset 2544
91e9834baff2
parent 0
959103a6100f
equal deleted inserted replaced
2543:c6d5efccedc3 2544:91e9834baff2
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, 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 * @bug 8007464 26 * @bug 8007464 8051402
27 * @summary Add graph inference support 27 * @summary Add graph inference support
28 * check that new wildcards inference strategy doesn't run into 7190296 28 * check that new wildcards inference strategy doesn't run into 7190296
29 * @compile TargetType61.java 29 * @compile TargetType61.java
30 */ 30 */
31 class TargetType61 { 31 class TargetType61 {

mercurial