Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt

9 lines
203 B
Plaintext
Vendored

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