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