Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Setter.txt
T
2015-07-14 16:25:08 +03:00

10 lines
300 B
Plaintext
Vendored

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