fix compilation and testData after rebase
^KT-54417
This commit is contained in:
committed by
Space Team
parent
d0a420fad9
commit
032026278c
+1
-1
@@ -219,7 +219,7 @@ fun deserializeClassToSymbol(
|
||||
|
||||
valueClassRepresentation =
|
||||
classProto.loadValueClassRepresentation(context.nameResolver, context.typeTable, context.typeDeserializer::simpleType) { name ->
|
||||
val member = declarations.singleOrNull { it is FirProperty && it.receiverTypeRef == null && it.name == name }
|
||||
val member = declarations.singleOrNull { it is FirProperty && it.receiverParameter == null && it.name == name }
|
||||
(member as FirProperty?)?.returnTypeRef?.coneTypeSafe()
|
||||
} ?: computeValueClassRepresentation(this, session)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user