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

9 lines
205 B
Plaintext
Vendored

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