2 lines
152 B
Kotlin
Vendored
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() |