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