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"
}