On 12.10.2015 15:35, Peter Ledbrook wrote:
> So, does it make sense to add a special case for Comparator so that type > inference works? Or perhaps a special case for any interface that only > has one method that's not defined on Object as well?The later, yes. So basically hashcode(), toString() and equals(Object) need special treatment Shall I raise an issue then?
sure bye blackdrag
