Files
kotlin-fork/compiler/testData/loadKotlin/annotations/packageMembers/PropertyField.kt
T
Alexander Udalov cfe9d78015 Deserialize annotations from package$src files if needed
For top-level members, we now write a FQ name of the package$src class which
has the member's annotations, and read the correct file in deserialization
2013-08-23 17:39:23 +04:00

6 lines
67 B
Kotlin

package test
annotation class Anno
[Anno] var property: Int = 42