Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/otherOverflow.fir.kt
T

2 lines
152 B
Kotlin
Vendored

val a1: Int = 32000.toShort() * 32000.toShort() * 32000.toShort()
val a2: Int = 128.toByte() * 128.toByte() * 128.toByte() * 128.toByte() * 128.toByte()