Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
T
2015-07-14 16:25:08 +03:00

14 lines
403 B
Plaintext
Vendored

package test
internal var foo: kotlin.Int
internal fun <get-foo>(): kotlin.Int
internal fun <set-foo>(/*0*/ test.A() test.B() value: kotlin.Int): kotlin.Unit
kotlin.annotation.annotation() internal final class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
kotlin.annotation.annotation() internal final class B : kotlin.Annotation {
/*primary*/ public constructor B()
}