Files
kotlin-fork/compiler/testData/codegen/bytecodeText/constants/byte.kt
T
2021-05-21 13:53:55 +03:00

7 lines
120 B
Kotlin
Vendored

// IGNORE_BACKEND_FIR: JVM_IR
// For reasons this test is ignored, go to KT-46419
val a: Byte = 1 + 10
// 1 BIPUSH 11