mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
13 lines
369 B
Plaintext
13 lines
369 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 jet.Int.foo: jet.Int
|
|
internal final fun jet.Int.<get-foo>(): jet.Int
|
|
internal final fun jet.Int.<set-foo>(/*0*/ test.A() value: jet.Int): jet.Unit
|
|
}
|