I already changed it to use 2147483647 and -2147483647 instead of the constants.
If I get ambitious, I’ll try to track it down and figure out why my build is special, but I’m fine with just using the values in my case. > On Mar 6, 2017, at 5:54 PM, Alex Harui <aha...@adobe.com> wrote: > > > > On 3/6/17, 6:10 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> int.MAX_VALUE (and presumably int.MIN_VALUE) is not something that’s >> recognized by FlexJS. Is that something we want to fix? > > Yes. There is special case code in the compiler to handle it and the unit > tests are passing, so there must be something about how you are actually > using it that the compiler hasn't anticipated. > > -Alex >