Propagate inference session from local context into property resolvers
^KT-48633 Fixed
This commit is contained in:
+2
-2
@@ -171,7 +171,7 @@ protected constructor(
|
||||
propertyDeclaration,
|
||||
trace,
|
||||
c.declarationScopeProvider.getOuterDataFlowInfoForDeclaration(propertyDeclaration),
|
||||
InferenceSession.default
|
||||
c.inferenceSession ?: InferenceSession.default
|
||||
)
|
||||
result.add(propertyDescriptor)
|
||||
}
|
||||
@@ -184,7 +184,7 @@ protected constructor(
|
||||
entry,
|
||||
trace,
|
||||
c.declarationScopeProvider.getOuterDataFlowInfoForDeclaration(entry),
|
||||
InferenceSession.default
|
||||
c.inferenceSession ?: InferenceSession.default
|
||||
)
|
||||
result.add(propertyDescriptor)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user