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
7 lines
77 B
Kotlin
7 lines
77 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
[Anno] val property: Int
|
|
get() = 42
|