JVM IR: recover accidentally lost backingField (KT-49998)
This commit is contained in:
committed by
Alexander Udalov
parent
b6b5ecc352
commit
944fa7e2f8
+1
@@ -290,6 +290,7 @@ class MemoizedInlineClassReplacements(
|
||||
parent = propertySymbol.owner.parent
|
||||
copyAttributes(propertySymbol.owner)
|
||||
annotations = propertySymbol.owner.annotations
|
||||
backingField = propertySymbol.owner.backingField
|
||||
}
|
||||
}
|
||||
correspondingPropertySymbol = property.symbol
|
||||
|
||||
Reference in New Issue
Block a user