mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
17 lines
499 B
Plaintext
17 lines
499 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
|
|
internal companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
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
|
|
}
|
|
}
|