Make IrValueDeclaration.type mutable

This commit is contained in:
Georgy Bronnikov
2020-09-10 15:15:53 +03:00
parent 1f37795e08
commit 5065b1a4c6
7 changed files with 32 additions and 8 deletions
@@ -35,7 +35,7 @@ class IrValueParameterImpl(
override val symbol: IrValueParameterSymbol,
override val name: Name,
override val index: Int,
override val type: IrType,
override var type: IrType,
override val varargElementType: IrType?,
override val isCrossinline: Boolean,
override val isNoinline: Boolean,