Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/MultipleAnnotations.txt
2015-07-14 16:25:08 +03:00

18 lines
478 B
Plaintext
Vendored

package test
kotlin.annotation.annotation() internal final class A1 : kotlin.Annotation {
/*primary*/ public constructor A1()
}
kotlin.annotation.annotation() internal final class A2 : kotlin.Annotation {
/*primary*/ public constructor A2()
}
kotlin.annotation.annotation() internal final class A3 : kotlin.Annotation {
/*primary*/ public constructor A3()
}
test.A1() test.A2() test.A3() internal final class Class {
/*primary*/ public constructor Class()
}