Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt
T
Alexander Udalov 102f0d3470 Regenerate .txt testData
Add newline to EOF, trim trailing spaces
2014-10-21 00:16:08 +04:00

9 lines
281 B
Plaintext

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
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}