[FE 1.0] Return to the old type intersection emptiness check
This reverts commit 8227c4b603.
#KT-53656 Fixed
This commit is contained in:
@@ -426,8 +426,6 @@ interface ConeInferenceContext : TypeSystemInferenceExtensionContext, ConeTypeCo
|
||||
return withAttributes(attributes.remove(CompilerConeAttributes.Exact))
|
||||
}
|
||||
|
||||
override fun KotlinTypeMarker.canHaveSubtypes(typeChecker: AbstractTypeChecker): Boolean? = null
|
||||
|
||||
override fun TypeConstructorMarker.toErrorType(): SimpleTypeMarker {
|
||||
if (this is ErrorTypeConstructor) return createErrorType(reason)
|
||||
if (this is ConeClassLikeLookupTag) return createErrorType("Not found classifier: $classId")
|
||||
|
||||
Reference in New Issue
Block a user