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