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

13 lines
345 B
Plaintext

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