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
@@ -22,7 +22,7 @@ abstract class IrField :
@ObsoleteDescriptorBasedAPI
abstract override val descriptor: PropertyDescriptor
abstract val type: IrType
abstract var type: IrType
abstract val isFinal: Boolean
abstract val isExternal: Boolean
abstract val isStatic: Boolean