test/tools/javac/generics/7034511/T7034511a.java

changeset 1901
db2c539819dd
parent 1721
abd153854f16
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/generics/7034511/T7034511a.java	Wed Jul 17 14:14:32 2013 +0100
     1.2 +++ b/test/tools/javac/generics/7034511/T7034511a.java	Wed Jul 17 14:14:49 2013 +0100
     1.3 @@ -1,13 +1,10 @@
     1.4  /*
     1.5   * @test /nodynamiccopyright/
     1.6 - * @ignore 7041019 Bogus type-variable substitution with array types with dependencies on accessibility check
     1.7 - * @bug     7034511 7040883
     1.8 + * @bug     7034511 7040883 7041019
     1.9   * @summary Loophole in typesafety
    1.10   * @compile/fail/ref=T7034511a.out -XDrawDiagnostics T7034511a.java
    1.11   */
    1.12  
    1.13 -// backing out 7034511, see 7040883
    1.14 -
    1.15  class T7034511a {
    1.16  
    1.17      interface A<T> {

mercurial