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
@@ -30,7 +30,7 @@ class IrLocalDelegatedPropertyImpl(
override var origin: IrDeclarationOrigin,
override val symbol: IrLocalDelegatedPropertySymbol,
override val name: Name,
override val type: IrType,
override var type: IrType,
override val isVar: Boolean
) : IrLocalDelegatedProperty() {
init {