Outer DataFlowInfo delivered to local class members
This commit is contained in:
+2
-1
@@ -263,7 +263,8 @@ private object KotlinResolveDataProvider {
|
||||
/* analyzingBootstrapLibrary = */ false,
|
||||
/* declaredLocally = */ false
|
||||
),
|
||||
listOf(analyzableElement)
|
||||
listOf(analyzableElement),
|
||||
DataFlowInfo.EMPTY
|
||||
)
|
||||
return AnalysisResult.success(
|
||||
trace.getBindingContext(),
|
||||
|
||||
Reference in New Issue
Block a user