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