[FIR] Provide dispatch receiver for 'field' synthetic variable
This commit is contained in:
@@ -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,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun box(): String {
|
||||
var a = Base()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user