Files
kotlin-fork/compiler/testData/codegen/bytecodeText/constants/byte.kt
T
Denis.Zharkov cd401b5b8a FIR: Update integer literal-related tests
They started failing once we began reporting diagnostics from completion

^KT-46419 Relates
2021-05-20 17:24:14 +03:00

5 lines
67 B
Kotlin
Vendored

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