Files
kotlin/compiler/testData/codegen/bytecodeText/constants/byte.kt
2018-12-21 16:20:45 +01:00

4 lines
62 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
val a: Byte = 1 + 10
// 1 BIPUSH 11