[FIR] Add equals and hashCode to ConeCapturedType
This commit is contained in:
@@ -141,7 +141,7 @@ class ConeCapturedTypeConstructor(
|
|||||||
val typeParameterMarker: TypeParameterMarker? = null
|
val typeParameterMarker: TypeParameterMarker? = null
|
||||||
) : CapturedTypeConstructorMarker
|
) : CapturedTypeConstructorMarker
|
||||||
|
|
||||||
class ConeCapturedType(
|
data class ConeCapturedType(
|
||||||
val captureStatus: CaptureStatus,
|
val captureStatus: CaptureStatus,
|
||||||
val lowerType: ConeKotlinType?,
|
val lowerType: ConeKotlinType?,
|
||||||
override val nullability: ConeNullability = ConeNullability.NOT_NULL,
|
override val nullability: ConeNullability = ConeNullability.NOT_NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user