Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt
T
2015-09-08 02:04:32 +03:00

9 lines
224 B
Plaintext
Vendored

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