[FIR] Add equals and hashCode to ConeCapturedType

This commit is contained in:
Dmitriy Novozhilov
2020-04-02 13:18:14 +03:00
parent 7dd91df10b
commit d620802a18
@@ -141,7 +141,7 @@ class ConeCapturedTypeConstructor(
val typeParameterMarker: TypeParameterMarker? = null
) : CapturedTypeConstructorMarker
class ConeCapturedType(
data class ConeCapturedType(
val captureStatus: CaptureStatus,
val lowerType: ConeKotlinType?,
override val nullability: ConeNullability = ConeNullability.NOT_NULL,