testData format update: detailed descriptor rendering.

This commit is contained in:
Dmitry Petrov
2016-09-06 11:27:06 +03:00
committed by Dmitry Petrov
parent 993c3fe51e
commit 4e112b3f88
92 changed files with 2105 additions and 2100 deletions
@@ -1,7 +1,7 @@
FILE /stringTemplates.kt
FUN public fun foo(): kotlin.String
BLOCK_BODY
RETURN type=kotlin.Nothing from=foo
RETURN type=kotlin.Nothing from='foo(): String'
CONST String type=kotlin.String value=''
PROPERTY public val test1: kotlin.String = ""
EXPRESSION_BODY
@@ -28,6 +28,6 @@ abc
PROPERTY public val test6: kotlin.String
EXPRESSION_BODY
STRING_CONCATENATION type=kotlin.String
CALL .<get-test1> type=kotlin.String operator=GET_PROPERTY
CALL '<get-test1>(): String' type=kotlin.String operator=GET_PROPERTY
CONST String type=kotlin.String value=' '
CALL .foo type=kotlin.String operator=null
CALL 'foo(): String' type=kotlin.String operator=null