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

13 lines
369 B
Plaintext

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