[FIR2IR] Don't provide backing field symbols for non-Java property refs

This commit is contained in:
Mikhail Glukhikh
2020-03-30 12:16:54 +03:00
parent d4ae992417
commit d1fc6ff6ee
20 changed files with 53 additions and 167 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
import kotlin.reflect.KProperty
var result: String by Delegate
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class Base {
open val foo = "Base"
}