IR: make IrTypeParameter.superTypes persistent mutable field
This commit is contained in:
+1
-1
@@ -53,5 +53,5 @@ class IrTypeParameterImpl(
|
||||
override val descriptor: TypeParameterDescriptor
|
||||
get() = symbol.descriptor
|
||||
|
||||
override val superTypes: MutableList<IrType> = SmartList()
|
||||
override var superTypes: List<IrType> = emptyList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user