cfe9d78015
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
6 lines
67 B
Kotlin
6 lines
67 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
[Anno] var property: Int = 42
|