Include declaration origin in testData.

This commit is contained in:
Dmitry Petrov
2016-09-13 14:18:47 +03:00
committed by Dmitry Petrov
parent c2a7890ac4
commit c699e2d24c
68 changed files with 467 additions and 464 deletions
+12 -12
View File
@@ -4,41 +4,41 @@ FILE /stringTemplates.kt
RETURN type=kotlin.Nothing from='foo(): String'
CONST String type=kotlin.String value=''
PROPERTY public val test1: kotlin.String = ""
FIELD public val test1: kotlin.String = ""
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.String = ""
EXPRESSION_BODY
CONST String type=kotlin.String value=''
FUN public fun <get-test1>(): kotlin.String
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 operator=null
PROPERTY public val test2: kotlin.String = "abc"
FIELD public val test2: kotlin.String = "abc"
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.String = "abc"
EXPRESSION_BODY
CONST String type=kotlin.String value='abc'
FUN public fun <get-test2>(): kotlin.String
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 operator=null
PROPERTY public val test3: kotlin.String = ""
FIELD public val test3: kotlin.String = ""
FIELD PROPERTY_BACKING_FIELD public val test3: kotlin.String = ""
EXPRESSION_BODY
CONST String type=kotlin.String value=''
FUN public fun <get-test3>(): kotlin.String
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 operator=null
PROPERTY public val test4: kotlin.String = "abc"
FIELD public val test4: kotlin.String = "abc"
FIELD PROPERTY_BACKING_FIELD public val test4: kotlin.String = "abc"
EXPRESSION_BODY
CONST String type=kotlin.String value='abc'
FUN public fun <get-test4>(): kotlin.String
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 operator=null
PROPERTY public val test5: kotlin.String = "
abc
"
FIELD public val test5: kotlin.String = "
FIELD PROPERTY_BACKING_FIELD public val test5: kotlin.String = "
abc
"
EXPRESSION_BODY
@@ -48,18 +48,18 @@ abc
CONST String type=kotlin.String value='abc'
CONST String type=kotlin.String value='
'
FUN public fun <get-test5>(): kotlin.String
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 operator=null
PROPERTY public val test6: kotlin.String
FIELD public val test6: kotlin.String
FIELD PROPERTY_BACKING_FIELD public val test6: kotlin.String
EXPRESSION_BODY
STRING_CONCATENATION type=kotlin.String
CALL '<get-test1>(): String' type=kotlin.String operator=GET_PROPERTY
CONST String type=kotlin.String value=' '
CALL 'foo(): String' type=kotlin.String operator=null
FUN public fun <get-test6>(): kotlin.String
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 operator=null