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