Property accessors are now children of IrProperty.
This commit is contained in:
committed by
Dmitry Petrov
parent
ed68b3ecd0
commit
917e7bffbd
@@ -3,21 +3,21 @@ FILE /stringTemplates.kt
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=foo
|
||||
CONST String type=kotlin.String value=''
|
||||
PROPERTY public val test1: kotlin.String = "" getter=null setter=null
|
||||
PROPERTY public val test1: kotlin.String = ""
|
||||
EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value=''
|
||||
PROPERTY public val test2: kotlin.String = "abc" getter=null setter=null
|
||||
PROPERTY public val test2: kotlin.String = "abc"
|
||||
EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value='abc'
|
||||
PROPERTY public val test3: kotlin.String = "" getter=null setter=null
|
||||
PROPERTY public val test3: kotlin.String = ""
|
||||
EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value=''
|
||||
PROPERTY public val test4: kotlin.String = "abc" getter=null setter=null
|
||||
PROPERTY public val test4: kotlin.String = "abc"
|
||||
EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value='abc'
|
||||
PROPERTY public val test5: kotlin.String = "
|
||||
abc
|
||||
" getter=null setter=null
|
||||
"
|
||||
EXPRESSION_BODY
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CONST String type=kotlin.String value='
|
||||
@@ -25,7 +25,7 @@ abc
|
||||
CONST String type=kotlin.String value='abc'
|
||||
CONST String type=kotlin.String value='
|
||||
'
|
||||
PROPERTY public val test6: kotlin.String getter=null setter=null
|
||||
PROPERTY public val test6: kotlin.String
|
||||
EXPRESSION_BODY
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CALL .<get-test1> type=kotlin.String operator=GET_PROPERTY
|
||||
|
||||
Reference in New Issue
Block a user