FIR: Add comments to freshly muted tests
This commit is contained in:
committed by
TeamCityServer
parent
617d99faac
commit
f0c85e0935
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// For reasons this test is ignored, go to KT-46419
|
||||
|
||||
val a: Byte = 1 + 10
|
||||
|
||||
// 1 BIPUSH 11
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// For reasons this test is ignored, go to KT-46419
|
||||
|
||||
val a: Short = 1 + 255
|
||||
|
||||
// 1 SIPUSH 256
|
||||
|
||||
Reference in New Issue
Block a user