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
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
package test
|
|
|
|
test.Anno() internal var property: jet.Int
|
|
internal fun <get-property>(): jet.Int
|
|
internal fun <set-property>(/*0*/ <set-?>: jet.Int): jet.Unit
|
|
|
|
internal final annotation class Anno : jet.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|