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

10 lines
302 B
Plaintext
Vendored

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