Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.kt
2015-06-12 09:23:31 +03:00

7 lines
78 B
Kotlin
Vendored

package test
annotation class Anno
@[Anno] val property: Int
get() = 42