mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : jet.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
internal final var property: jet.Int
|
|
internal final fun <get-property>(): jet.Int
|
|
test.Anno() internal final fun <set-property>(/*0*/ value: jet.Int): jet.Unit
|
|
}
|