Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
2015-10-19 20:45:01 +03:00

14 lines
355 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
public final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
public final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}