Minor. remove useless call.
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ class CoroutineInferenceSupport(
|
|||||||
val newContext = context.replaceExpectedType(newExpectedType)
|
val newContext = context.replaceExpectedType(newExpectedType)
|
||||||
.replaceDataFlowInfo(context.candidateCall.dataFlowInfoForArguments.getInfo(valueArgument))
|
.replaceDataFlowInfo(context.candidateCall.dataFlowInfoForArguments.getInfo(valueArgument))
|
||||||
.replaceContextDependency(ContextDependency.INDEPENDENT).replaceTraceAndCache(temporaryForCoroutine)
|
.replaceContextDependency(ContextDependency.INDEPENDENT).replaceTraceAndCache(temporaryForCoroutine)
|
||||||
argumentTypeResolver.getFunctionLiteralTypeInfo(argumentExpression, functionLiteral, newContext, RESOLVE_FUNCTION_ARGUMENTS).type
|
argumentTypeResolver.getFunctionLiteralTypeInfo(argumentExpression, functionLiteral, newContext, RESOLVE_FUNCTION_ARGUMENTS)
|
||||||
|
|
||||||
inferenceData.reportInferenceResult(csBuilder)
|
inferenceData.reportInferenceResult(csBuilder)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user