Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt
2013-12-17 20:28:59 +04:00

14 lines
345 B
Plaintext

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