Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
Denis Zharkov 4850fd10f0 Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
2015-09-18 10:14:39 +03:00

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()
}