[IR] Unite inline class and multi-field value class representation
#KT-1179
This commit is contained in:
committed by
teamcity
parent
282ab398c6
commit
28bf83ceac
+1
-3
@@ -63,9 +63,7 @@ open class IrClassImpl(
|
||||
|
||||
override var superTypes: List<IrType> = emptyList()
|
||||
|
||||
override var inlineClassRepresentation: InlineClassRepresentation<IrSimpleType>? = null
|
||||
|
||||
override var multiFieldValueClassRepresentation: MultiFieldValueClassRepresentation<IrSimpleType>? = null
|
||||
override var valueClassRepresentation: ValueClassRepresentation<IrSimpleType>? = null
|
||||
|
||||
override var metadata: MetadataSource? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user