Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
T
Alexander Udalov 102f0d3470 Regenerate .txt testData
Add newline to EOF, trim trailing spaces
2014-10-21 00:16:08 +04:00

13 lines
362 B
Plaintext

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