package test

kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
    /*primary*/ public constructor Anno()
}

internal interface Trait {
    test.Anno() internal abstract val property: kotlin.Int
        internal abstract fun <get-property>(): kotlin.Int
}
