5b3816cce5
treat it as a general one, introduce *_K1 and *_K2 variants for more specific ignoring
8 lines
182 B
Kotlin
Vendored
8 lines
182 B
Kotlin
Vendored
// LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
|
// IGNORE_BACKEND_K2: JVM_IR
|
|
// For reasons this test is ignored, go to KT-46419
|
|
|
|
val a: Byte = 1 + 10
|
|
|
|
// 1 BIPUSH 11
|