Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/javaAnnotation.ir.txt
T
Roman Efremov 5cf33c3556 [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
2023-11-28 23:17:23 +00:00

14 lines
498 B
Plaintext
Vendored

FILE fqName:<root> fileName:/javaAnnotation.kt
FUN name:test1 visibility:public modality:FINAL <> () returnType:kotlin.Unit
annotations:
JavaAnn(value = <null>, i = <null>)
BLOCK_BODY
FUN name:test2 visibility:public modality:FINAL <> () returnType:kotlin.Unit
annotations:
JavaAnn(value = "abc", i = 123)
BLOCK_BODY
FUN name:test3 visibility:public modality:FINAL <> () returnType:kotlin.Unit
annotations:
JavaAnn(value = "abc", i = 123)
BLOCK_BODY