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
+2 -2
View File
@@ -6,7 +6,7 @@ FILE /references.kt
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-ok>(): kotlin.String
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-ok>(): String'
GET_BACKING_FIELD 'ok: String' type=kotlin.String origin=null
GET_FIELD 'ok: String' type=kotlin.String origin=null
PROPERTY public val ok2: kotlin.String = "OK"
FIELD PROPERTY_BACKING_FIELD public val ok2: kotlin.String = "OK"
EXPRESSION_BODY
@@ -14,7 +14,7 @@ FILE /references.kt
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-ok2>(): kotlin.String
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-ok2>(): String'
GET_BACKING_FIELD 'ok2: String' type=kotlin.String origin=null
GET_FIELD 'ok2: String' type=kotlin.String origin=null
PROPERTY public val ok3: kotlin.String
FUN public fun <get-ok3>(): kotlin.String
BLOCK_BODY