Files
kotlin/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt
2015-12-15 20:07:35 +03:00

14 lines
329 B
Plaintext
Vendored

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