5cf33c3556
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
14 lines
498 B
Plaintext
Vendored
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
|