Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/javaAnnotation.kt.txt
T
2020-11-26 00:14:16 +03:00

13 lines
128 B
Plaintext
Vendored

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