Infinitary

Neal Gafter neal at gafter.com
Thu Jan 13 10:53:08 PST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20110113/26367c69/attachment.html 


More information about the compiler-dev mailing list