whats the result of: ``` val x: Long = Int.MIN_VAL...
# announcements
a
whats the result of:
Copy code
val x: Long = Int.MIN_VALUE + 1
? is it a long?