[NI] Fix initial data flow info for analyzing lambdas
#KT-30734 Fixed
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ class KotlinResolutionCallbacksImpl(
|
||||
.replaceBindingTrace(trace)
|
||||
.replaceContextDependency(lambdaInfo.contextDependency)
|
||||
.replaceExpectedType(approximatesExpectedType)
|
||||
.replaceDataFlowInfo(psiCallArgument.lambdaInitialDataFlowInfo).let {
|
||||
.replaceDataFlowInfo(psiCallArgument.dataFlowInfoBeforeThisArgument).let {
|
||||
if (coroutineSession != null) it.replaceInferenceSession(coroutineSession) else it
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user