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

14 lines
414 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()
@field: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
}