4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
val a: Byte = 1 + 10
|
|
|
|
// 1 BIPUSH 11 |