Files
T

11 lines
265 B
Plaintext
Vendored

package test
internal final annotation 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
}