Generate IR for annotation class constructors.
This commit is contained in:
Vendored
+6
-3
@@ -1,5 +1,9 @@
|
||||
annotation class Ann : Annotation {
|
||||
constructor() /* primary */
|
||||
open annotation class Ann : Annotation {
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -29,4 +33,3 @@ val String.topLevelP: String
|
||||
get(): String {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user