Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt
2014-03-02 19:55:26 +04:00

9 lines
210 B
Plaintext

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