IR: make IrLocaldelegatedProperty.type mutable

This commit is contained in:
Georgy Bronnikov
2020-09-03 15:39:42 +03:00
parent 09a906cc9a
commit 78fc690f29
4 changed files with 17 additions and 3 deletions
@@ -33,7 +33,7 @@ abstract class IrLocalDelegatedProperty :
abstract override val descriptor: VariableDescriptorWithAccessors
abstract override val symbol: IrLocalDelegatedPropertySymbol
abstract val type: IrType
abstract var type: IrType
abstract val isVar: Boolean
abstract var delegate: IrVariable