Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt
2013-12-17 20:28:59 +04:00

9 lines
201 B
Plaintext

package test
test.Anno() internal val property: jet.Int
internal fun <get-property>(): jet.Int
internal final annotation class Anno : jet.Annotation {
/*primary*/ public constructor Anno()
}