On 21.05.2018 03:23, Paul King wrote:
I suspect there is some stray "X" class on the test classpath which keeps the early checks happy until later resolution. Thanks for the fix.
isn't that a bug? If I declare
class T<X> { X x}
then I expect the generics used for the x property, not the class X,
even if there is such a class. I am pretty sure Java is doing that, but
even if it did not I would do that
bye Jochen
