Drop IrPropertyAccessor (and subclasses).

Drop IrLocalPropertyAccessor (and subclasses).
Introduce IrField.
This commit is contained in:
Dmitry Petrov
2016-09-12 12:07:10 +03:00
committed by Dmitry Petrov
parent 121e949a33
commit 5c720845a8
81 changed files with 1124 additions and 831 deletions
@@ -15,8 +15,13 @@ FILE /augmentedAssignment2.kt
FUN public operator fun A.modAssign(s: kotlin.String): kotlin.Unit
BLOCK_BODY
PROPERTY public val p: A
EXPRESSION_BODY
CALL 'constructor A()' type=A operator=null
FIELD public val p: A
EXPRESSION_BODY
CALL 'constructor A()' type=A operator=null
FUN public fun <get-p>(): A
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-p>(): A'
GET_BACKING_FIELD 'p: A' type=A operator=null
FUN public fun testVariable(): kotlin.Unit
BLOCK_BODY
VAR val a: A