On 2012/12/05 23:41:03, cromwellian wrote:
LGTM. General potentially unrelated question, what about the case
static class Covariant extends Item<int[]>
Is this handled properly?
It looks like it. In that case, isClassOrInterface() will return null, so it won't look at covariant types, just generate lower-ranked arrays. (line 1568.) http://gwt-code-reviews.appspot.com/1874803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
