test/tools/javac/generics/diamond/pos/Pos05.java

changeset 914
ca32f2986301
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/generics/diamond/pos/Pos05.java	Mon Mar 07 14:11:48 2011 +0000
     1.2 +++ b/test/tools/javac/generics/diamond/pos/Pos05.java	Mon Mar 07 14:31:50 2011 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2011, 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,9 +23,9 @@
    1.11  
    1.12  /*
    1.13   * @test
    1.14 - * @bug 6939620
    1.15 + * @bug 6939620 7020044
    1.16   *
    1.17 - * @summary  Switch to 'complex' diamond inference scheme
    1.18 + * @summary  Check that 'complex' inference sometimes works in method context
    1.19   * @author mcimadamore
    1.20   * @compile Pos05.java
    1.21   *

mercurial