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