Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.txt
T
2013-12-17 20:28:59 +04:00

12 lines
281 B
Plaintext

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