Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
evaluate
/
otherOverflow.fir.kt
blob: 566394d268a39486d7bed2d9d5e2a567aaa39b90 [
file
]
val a1
:
Int
=
32000.toShort
()
*
32000.toShort
()
*
32000.toShort
()
val a2
:
Int
=
128.toByte
()
*
128.toByte
()
*
128.toByte
()
*
128.toByte
()
*
128.toByte
()