Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/javaAnnotation.kt.txt
T

13 lines
126 B
Plaintext
Vendored

@JavaAnn
fun test1() {
}
@JavaAnn(value = "abc", i = 123)
fun test2() {
}
@JavaAnn(value = "abc", i = 123)
fun test3() {
}