Generate IR for annotation class constructors.
This commit is contained in:
Vendored
+6
-2
@@ -1,5 +1,9 @@
|
||||
annotation class SomeAnn : Annotation {
|
||||
constructor() /* primary */
|
||||
open annotation class SomeAnn : Annotation {
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user