mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
|
|
internal class object <class-object-for-Class> {
|
|
/*primary*/ private constructor <class-object-for-Class>()
|
|
test.Anno() internal final var property: kotlin.Int
|
|
internal final fun <get-property>(): kotlin.Int
|
|
internal final fun <set-property>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
|
}
|
|
}
|