Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.kt
Yan Zhulanow 2ce9903356 Fix tests
2015-08-31 15:33:13 +03:00

8 lines
92 B
Kotlin
Vendored

package test
annotation class Anno
class Class {
@field:Anno var property: Int = 42
}