[IR] Render different quotes depending on IR constant type
This is needed for ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT diagnostic message, but also seems to be good improvement for IR dumps in tests. ^KT-62559
This commit is contained in:
committed by
Space Team
parent
8f6b6e17be
commit
5cf33c3556
+1
-1
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/1.kt
|
||||
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
CLASS CLASS name:MyClass3 modality:FINAL visibility:public superTypes:[kotlin.Any]
|
||||
annotations:
|
||||
JavaAnn(value = ['asd'])
|
||||
JavaAnn(value = ["asd"])
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.MyClass3
|
||||
CONSTRUCTOR visibility:public <> () returnType:<root>.MyClass3 [primary]
|
||||
BLOCK_BODY
|
||||
|
||||
Reference in New Issue
Block a user