langtools/test/tools/javac/Diagnostics/6862608/T6862608b.java
changeset 40835 6ab9ed1abc46
parent 39812 6272642715a1
equal deleted inserted replaced
40777:e384420383a5 40835:6ab9ed1abc46
     1 /**
     1 /**
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug     6862608
     3  * @bug     6862608
     4  * @summary rich diagnostic sometimes contain wrong type variable numbering
     4  * @summary rich diagnostic sometimes contain wrong type variable numbering
     5  * @author  mcimadamore
     5  * @author  mcimadamore
     6  * @compile/fail/ref=T6862608b.out -XDrawDiagnostics -diags:formatterOptions=disambiguateTvars,where T6862608b.java
     6  * @compile/fail/ref=T6862608b.out -XDrawDiagnostics --diags:formatterOptions=disambiguateTvars,where T6862608b.java
     7  */
     7  */
     8 
     8 
     9 class T66862608b<T extends String, S> {
     9 class T66862608b<T extends String, S> {
    10    <S, T extends S> void foo(T t) {
    10    <S, T extends S> void foo(T t) {
    11       test(t);
    11       test(t);