Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
evaluate
/
otherOverflow.kt
blob: 3e116614ffa69efc55659192ece516ca4cf2c111 [
file
]
val a1
:
Int
=
<!
INTEGER_OVERFLOW
!>
32000.toShort
()
*
32000.toShort
()
*
32000.toShort
()<!>
val a2
:
Int
=
<!
INTEGER_OVERFLOW
!>
128.toByte
()
*
128.toByte
()
*
128.toByte
()
*
128.toByte
()
*
128.toByte
()<!>