Generate IR for annotation class constructors.
This commit is contained in:
+7
-4
@@ -1,9 +1,13 @@
|
||||
annotation class Ann : Annotation {
|
||||
constructor() /* primary */
|
||||
open annotation class Ann : Annotation {
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
val test1: Int /* by */
|
||||
val test1: Int /* by */
|
||||
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
|
||||
return 42
|
||||
}
|
||||
@@ -11,4 +15,3 @@ val test1: Int /* by */
|
||||
get(): Int {
|
||||
return #test1$delegate.getValue<Int>(thisRef = null, property = ::test1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user