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