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