Fix test data on JVM_IR BE

This commit is contained in:
Ilmir Usmanov
2019-02-01 21:41:20 +03:00
parent 20e4efaeab
commit 39de3c2ab1
3 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// FILE: list.kt
val intList = listOf(1, 2, 3)

View File

@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun test(): java.lang.Integer {
var c: java.lang.Integer
run {

View File

@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun test(): Char {
var c: Char
run {