langtools/test/tools/javac/generics/diamond/pos/Pos05.java
changeset 8635 383a416a2bdf
parent 5520 86e4b9a9da40
child 29776 984a79b71cfe
equal deleted inserted replaced
8634:222829aedfe4 8635:383a416a2bdf
     1 /*
     1 /*
     2  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2011, 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 6939620
    26  * @bug 6939620 7020044
    27  *
    27  *
    28  * @summary  Switch to 'complex' diamond inference scheme
    28  * @summary  Check that 'complex' inference sometimes works in method context
    29  * @author mcimadamore
    29  * @author mcimadamore
    30  * @compile Pos05.java
    30  * @compile Pos05.java
    31  *
    31  *
    32  */
    32  */
    33 
    33