Files
kotlin-fork/compiler/testData/codegen/bytecodeText/constants/short.kt
T
2021-08-23 16:20:41 +03:00

8 lines
186 B
Kotlin
Vendored

// LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// IGNORE_BACKEND_FIR: JVM_IR
// For reasons this test is ignored, go to KT-46419
val a: Short = 1 + 255
// 1 SIPUSH 256