Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/ClassObjectPropertyField.txt

17 lines
499 B
Plaintext

package test
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
internal final class Class {
/*primary*/ public constructor Class()
internal companion object Companion {
/*primary*/ private constructor Companion()
test.Anno() internal final var property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
internal final fun <set-property>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
}
}