Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/javaAnnotation.txt
T
Dmitry Petrov e3fd74a580 IR: annotations are represented as IrConstructorCall elements
Also, they are rendered somewhat nicer
2019-04-26 17:43:24 +03:00

14 lines
505 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