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
+7 -2
View File
@@ -1,7 +1,12 @@
FILE /elvis.kt
PROPERTY public val p: kotlin.Any? = null
EXPRESSION_BODY
CONST Null type=kotlin.Nothing? value='null'
FIELD public val p: kotlin.Any? = null
EXPRESSION_BODY
CONST Null type=kotlin.Nothing? value='null'
FUN public fun <get-p>(): kotlin.Any?
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-p>(): Any?'
GET_BACKING_FIELD 'p: Any?' type=kotlin.Any? operator=null
FUN public fun foo(): kotlin.Any?
BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): Any?'