[FIR] Add backing fields to const properties during Fir2Ir translation

This commit is contained in:
Juan Chen
2020-04-06 10:22:54 +03:00
committed by Mikhail Glukhikh
parent 08ca6f5f99
commit 882e6931d6
85 changed files with 44 additions and 104 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Char.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Char.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Int.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Int.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Long.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Long.MIN_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
const val M = Char.MAX_VALUE
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Char.MAX_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
const val M = Int.MAX_VALUE
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Int.MAX_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
const val M = Long.MAX_VALUE
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Long.MAX_VALUE
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
const val M = Int.MIN_VALUE