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