test/tools/javac/generics/inference/6611449/T6611449.out

changeset 80
5c9cdeb740f2
parent 29
6522ea413d23
child 384
ed31953ca025
     1.1 --- a/test/tools/javac/generics/inference/6611449/T6611449.out	Thu Jul 24 11:12:41 2008 +0100
     1.2 +++ b/test/tools/javac/generics/inference/6611449/T6611449.out	Thu Jul 24 19:06:57 2008 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4 -T6611449.java:41:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (int), , (- compiler.misc.kindname.class), T6611449<S>
     1.5 -T6611449.java:42:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (int,int), , (- compiler.misc.kindname.class), T6611449<S>
     1.6 -T6611449.java:43:9: compiler.err.cant.apply.symbol: <T>m1(T), T6611449<S>, , int, null
     1.7 -T6611449.java:44:9: compiler.err.cant.apply.symbol: <T>m2(T,T), T6611449<S>, , int,int, null
     1.8 +T6611449.java:41:9: compiler.err.cant.resolve.location.args: kindname.constructor, T6611449, , int, kindname.class, T6611449<S>
     1.9 +T6611449.java:42:9: compiler.err.cant.resolve.location.args: kindname.constructor, T6611449, , int,int, kindname.class, T6611449<S>
    1.10 +T6611449.java:43:9: compiler.err.cant.apply.symbol: kindname.method, m1, T, int, kindname.class, T6611449<S>, null
    1.11 +T6611449.java:44:9: compiler.err.cant.apply.symbol: kindname.method, m2, T,T, int,int, kindname.class, T6611449<S>, null
    1.12  4 errors

mercurial