blob: 7c0e0f84d58fc95c946e90a8179a6519b7bbb619 [file] [log] [blame]
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()
}
}
}