Deserialize annotations on package members
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
annotation class Anno
|
||||
|
||||
Anno fun function() {}
|
||||
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
test.Anno() internal fun function(): jet.Unit
|
||||
|
||||
internal final annotation class Anno : jet.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
Reference in New Issue
Block a user