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