Minor: irElement rendering

This commit is contained in:
Dmitry Petrov
2016-09-15 14:56:38 +03:00
committed by Dmitry Petrov
parent 90119880c5
commit 4b9c5effd3
47 changed files with 183 additions and 183 deletions
@@ -16,11 +16,11 @@ FILE /forWithImplicitReceivers.kt
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.Int
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): Int'
GET_BACKING_FIELD 'value: Int' type=kotlin.Int origin=null
GET_FIELD 'value: Int' type=kotlin.Int origin=null
receiver: THIS of 'IntCell' type=IntCell
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-value>(<set-?>: kotlin.Int): kotlin.Unit
BLOCK_BODY
SET_BACKING_FIELD 'value: Int' type=kotlin.Unit origin=null
SET_FIELD 'value: Int' type=kotlin.Unit origin=null
receiver: THIS of 'IntCell' type=IntCell
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
CLASS INTERFACE IReceiver