FIR2IR: set superQualifierSymbol for setters too

This commit is contained in:
pyos
2020-08-11 09:56:59 +02:00
committed by Mikhail Glukhikh
parent e9659d9c8a
commit 1b3ab53e16
5 changed files with 35 additions and 30 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class M() {
open var b: Int = 0
}