[FIR] Fix missing initialization of backingField for properties from primary constructor
This commit is contained in:
committed by
teamcity
parent
194741b96b
commit
e1fd184d14
+1
@@ -127,6 +127,7 @@ open class FirTypeResolveTransformer(
|
||||
.transformAnnotations(this, data)
|
||||
if (property.isFromVararg == true) {
|
||||
property.transformTypeToArrayType()
|
||||
property.backingField?.transformTypeToArrayType()
|
||||
setAccessorTypesByPropertyType(property)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user