Minor: irElement rendering
This commit is contained in:
committed by
Dmitry Petrov
parent
90119880c5
commit
4b9c5effd3
@@ -10,7 +10,7 @@ FILE /stringTemplates.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test1>(): String'
|
||||
GET_BACKING_FIELD 'test1: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test1: String' type=kotlin.String origin=null
|
||||
PROPERTY public val test2: kotlin.String = "abc"
|
||||
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.String = "abc"
|
||||
EXPRESSION_BODY
|
||||
@@ -18,7 +18,7 @@ FILE /stringTemplates.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test2>(): String'
|
||||
GET_BACKING_FIELD 'test2: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test2: String' type=kotlin.String origin=null
|
||||
PROPERTY public val test3: kotlin.String = ""
|
||||
FIELD PROPERTY_BACKING_FIELD public val test3: kotlin.String = ""
|
||||
EXPRESSION_BODY
|
||||
@@ -26,7 +26,7 @@ FILE /stringTemplates.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test3>(): String'
|
||||
GET_BACKING_FIELD 'test3: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test3: String' type=kotlin.String origin=null
|
||||
PROPERTY public val test4: kotlin.String = "abc"
|
||||
FIELD PROPERTY_BACKING_FIELD public val test4: kotlin.String = "abc"
|
||||
EXPRESSION_BODY
|
||||
@@ -34,7 +34,7 @@ FILE /stringTemplates.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test4>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test4>(): String'
|
||||
GET_BACKING_FIELD 'test4: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test4: String' type=kotlin.String origin=null
|
||||
PROPERTY public val test5: kotlin.String = "
|
||||
abc
|
||||
"
|
||||
@@ -51,7 +51,7 @@ abc
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test5>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test5>(): String'
|
||||
GET_BACKING_FIELD 'test5: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test5: String' type=kotlin.String origin=null
|
||||
PROPERTY public val test6: kotlin.String
|
||||
FIELD PROPERTY_BACKING_FIELD public val test6: kotlin.String
|
||||
EXPRESSION_BODY
|
||||
@@ -62,4 +62,4 @@ abc
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test6>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test6>(): String'
|
||||
GET_BACKING_FIELD 'test6: String' type=kotlin.String origin=null
|
||||
GET_FIELD 'test6: String' type=kotlin.String origin=null
|
||||
|
||||
Reference in New Issue
Block a user