psi2ir: Merge constant entries in string template expressions
This is required to handle UCNs properly, see KT-28006. #KT-28006
This commit is contained in:
@@ -3,7 +3,7 @@ FILE fqName:test fileName:/fileAnnotations.kt
|
||||
@test.A(x = "File annotation")
|
||||
annotations:
|
||||
CALL 'constructor A(String)' type=test.A origin=null
|
||||
x: CONST String type=kotlin.String value=File annotation
|
||||
x: CONST String type=kotlin.String value="File annotation"
|
||||
CLASS ANNOTATION_CLASS name:A modality:FINAL visibility:public flags: superTypes:[kotlin.Annotation]
|
||||
annotations:
|
||||
CALL 'constructor Target(vararg AnnotationTarget)' type=kotlin.annotation.Target origin=null
|
||||
|
||||
Reference in New Issue
Block a user