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