mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
internal final val property: kotlin.Int
|
|
test.Anno() internal final fun <get-property>(): kotlin.Int
|
|
}
|