JamesIry/jADT

Boolean args are getting invalid code in hashCode

Closed this issue · 1 comments

The hashCode tries to cast a boolean to an int, needs to do something like x ? 1 : 0 instead.

Fixed in f958adc