IR: make IrField.type mutable

This commit is contained in:
Georgy Bronnikov
2020-09-03 15:07:55 +03:00
parent 5065b1a4c6
commit d9681e535d
4 changed files with 17 additions and 3 deletions
@@ -33,7 +33,7 @@ class IrFieldImpl(
override var origin: IrDeclarationOrigin,
override val symbol: IrFieldSymbol,
override val name: Name,
override val type: IrType,
override var type: IrType,
override var visibility: DescriptorVisibility,
override val isFinal: Boolean,
override val isExternal: Boolean,