Better message for long constants.

This commit is contained in:
Pavel V. Talanov
2012-07-27 13:15:47 +04:00
parent 99bf7553e0
commit b234294863
3 changed files with 20 additions and 2 deletions
@@ -0,0 +1,4 @@
fun box(): Boolean {
val i = 0x80000000 + 0x8000000
return true
}