Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.txt
T
2022-02-10 21:20:47 +00:00

12 lines
297 B
Plaintext
Vendored

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