Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt
T
Yan Zhulanow 2ce9903356 Fix tests
2015-08-31 15:33:13 +03:00

10 lines
309 B
Plaintext
Vendored

package test
@field: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()
}