Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

14 lines
363 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()
}