langtools/test/tools/javac/generics/inference/6611449/T6611449.out
author mcimadamore
Tue, 04 Mar 2008 12:14:13 +0000
changeset 162 6620f2a8e265
child 513 39aee2be94a4
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
162
6620f2a8e265 6611449: Internal Error thrown during generic method/constructor invocation
mcimadamore
parents:
diff changeset
     1
T6611449.java:32:17: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (int), , (- compiler.misc.kindname.class), T6611449<S>
6620f2a8e265 6611449: Internal Error thrown during generic method/constructor invocation
mcimadamore
parents:
diff changeset
     2
T6611449.java:34:35: compiler.err.cant.resolve.location: (- compiler.misc.kindname.constructor), T6611449, (T,int), , (- compiler.misc.kindname.class), T6611449<S>
6620f2a8e265 6611449: Internal Error thrown during generic method/constructor invocation
mcimadamore
parents:
diff changeset
     3
T6611449.java:43:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.method), m1, (int), , (- compiler.misc.kindname.class), T6611449<S>
6620f2a8e265 6611449: Internal Error thrown during generic method/constructor invocation
mcimadamore
parents:
diff changeset
     4
T6611449.java:44:9: compiler.err.cant.resolve.location: (- compiler.misc.kindname.method), m2, (int,int), , (- compiler.misc.kindname.class), T6611449<S>
6620f2a8e265 6611449: Internal Error thrown during generic method/constructor invocation
mcimadamore
parents:
diff changeset
     5
4 errors