[FIR2IR] Create IrConst instead of IrGetField for default value param in annotation class, ^KT-52676 Fixed
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
open annotation class ModuleInfo : Annotation {
|
||||
constructor(keyBind: Int = 1234) /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
val keyBind: Int
|
||||
field = keyBind
|
||||
get
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user