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