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