Rename AbstractTypeCheckerContext to TypeCheckerState
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ object ExpectedActualResolver {
|
||||
kotlinTypeRefiner: KotlinTypeRefiner,
|
||||
): Boolean {
|
||||
with(NewKotlinTypeCheckerImpl(kotlinTypeRefiner)) {
|
||||
return ClassicTypeCheckerContext(
|
||||
return ClassicTypeCheckerState(
|
||||
errorTypeEqualsToAnything = false,
|
||||
typeSystemContext = typeSystemContext,
|
||||
kotlinTypeRefiner = kotlinTypeRefiner,
|
||||
|
||||
Reference in New Issue
Block a user