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

Tue, 04 Mar 2008 12:14:13 +0000

author
mcimadamore
date
Tue, 04 Mar 2008 12:14:13 +0000
changeset 5
b45f8d4794b7
child 29
6522ea413d23
permissions
-rw-r--r--

6611449: Internal Error thrown during generic method/constructor invocation
Summary: type-inference should fail since lub is not defined for primitive types
Reviewed-by: jjg

mcimadamore@5 1 T6611449.java:32:17: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (int), , (- compiler.misc.kindname.class), T6611449<S>
mcimadamore@5 2 T6611449.java:34:35: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (T,int), , (- compiler.misc.kindname.class), T6611449<S>
mcimadamore@5 3 T6611449.java:43:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.method), m1, (int), , (- compiler.misc.kindname.class), T6611449<S>
mcimadamore@5 4 T6611449.java:44:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.method), m2, (int,int), , (- compiler.misc.kindname.class), T6611449<S>
mcimadamore@5 5 4 errors

mercurial