Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt
T
2015-07-14 16:25:08 +03:00

9 lines
230 B
Plaintext
Vendored

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