Files
kotlin/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt
2015-10-19 20:45:01 +03:00

14 lines
367 B
Plaintext
Vendored

package test
public final class Some {
/*primary*/ public constructor Some()
@test.Some.Companion.TestAnnotation() public companion object Companion {
/*primary*/ private constructor Companion()
public final annotation class TestAnnotation : kotlin.Annotation {
/*primary*/ public constructor TestAnnotation()
}
}
}