when I type val big: Int = 0xFFffFFff, i get an error "the integer literal does not conform to the expected type Int". It appears the largest integer literal i can declare is 0x7FffFFff. Is this a bug or a feature? It would seem to make declaring hex color values difficult