langtools/test/tools/javac/generics/inference/7154127/T7154127.java
changeset 15717 ab55670d2e62
parent 12468 1100643c0209
equal deleted inserted replaced
15716:d1f59adb0d83 15717:ab55670d2e62
     1 /**
     1 /**
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 7154127
     3  * @bug 7154127 8007464
     4  * @summary Inference cleanup: remove bound check analysis from visitors in Types.java
     4  * @summary Inference cleanup: remove bound check analysis from visitors in Types.java
     5  * @compile/fail/ref=T7154127.out -XDrawDiagnostics T7154127.java
     5  * @compile/fail/ref=T7154127.out -Xlint:-options -source 7 -XDrawDiagnostics T7154127.java
       
     6  * @compile T7154127.java
     6  */
     7  */
     7 class T7154127 {
     8 class T7154127 {
     8 
     9 
     9     static class B<V> {}
    10     static class B<V> {}
    10 
    11