FIR: Update integer literal-related tests

They started failing once we began reporting diagnostics from completion

^KT-46419 Relates
This commit is contained in:
Denis.Zharkov
2021-04-27 13:22:36 +03:00
committed by teamcityserver
parent 42d387925d
commit cd401b5b8a
18 changed files with 83 additions and 44 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
val a: Byte = 1 + 10
// 1 BIPUSH 11
// 1 BIPUSH 11
+2 -1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
val a: Short = 1 + 255
// 1 SIPUSH 256
// 1 SIPUSH 256