On Thu, Jun 9, 2011 at 5:12 PM, Rémi Forax <[email protected]> wrote: > You can, just consider int and Integer has the same node: > int <= Integer && int >= Integer because int == Integer
In addition, I don't see how Integer would ever need to be considered more specific than int, for an int input. In what case does that happen? - Charlie -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
