[FIR] Provide dispatch receiver for 'field' synthetic variable

This commit is contained in:
Mikhail Glukhikh
2020-03-16 16:53:06 +03:00
parent 049bc6a431
commit 1036d8a35a
9 changed files with 7 additions and 241 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class Base() {
val plain = 239
public val read : Int
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class X(var value: Long)
operator fun X.inc(): X {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class My {
val my: String = "O"
get() = field + "K"
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
var a = Base()