FIR2IR: set superQualifierSymbol for property access

This commit is contained in:
Jinseong Jeon
2020-04-29 08:54:24 -07:00
committed by Mikhail Glukhikh
parent a084c5bf7d
commit 0890b8bad3
9 changed files with 24 additions and 21 deletions
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
open val foo: String = "OK"
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
internal open val field = "F"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
internal open val field = "F"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
package As
val staticProperty : String = "1"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Super calls to Throwable properties are not supported
// IGNORE_BACKEND: JS_IR
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Super calls to Throwable properties are not supported
// IGNORE_BACKEND: JS_IR