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