Infinitary

Rémi Forax forax at univ-mlv.fr
Thu Jan 13 11:04:16 PST 2011


On 01/13/2011 07:53 PM, Neal Gafter wrote:
> Do the latest versions of javac still "blow up" on code like this?
> *
> *
> *interface I<T> {}
>
> interface A<T> extends I<A<A<T>>>{}
>
> abstract class X {
>     abstract <T> T foo(T x, T y);
>     void bar(A<Integer> x, A<String> y){
>         foo(x, y);
>     }
> }*
>
> -Neal 

yes, still ...

Rémi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20110113/72a27f61/attachment.html 


More information about the compiler-dev mailing list