918a91dbdf
#KT-51248
13 lines
353 B
Plaintext
Vendored
13 lines
353 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 foo: kotlin.Int
|
|
public final fun `<get-foo>`(): kotlin.Int
|
|
public final fun `<set-foo>`(/*0*/ @test.A value: kotlin.Int): kotlin.Unit
|
|
}
|