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

13 lines
406 B
Plaintext
Vendored

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