IR: make IrTypeAlias.expandedType mutable
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class IrTypeAliasImpl(
|
||||
override val symbol: IrTypeAliasSymbol,
|
||||
override val name: Name,
|
||||
override var visibility: DescriptorVisibility,
|
||||
override val expandedType: IrType,
|
||||
override var expandedType: IrType,
|
||||
override val isActual: Boolean,
|
||||
override var origin: IrDeclarationOrigin
|
||||
) : IrTypeAlias() {
|
||||
|
||||
Reference in New Issue
Block a user