Outer DataFlowInfo delivered to local class members

This commit is contained in:
Andrey Breslav
2015-01-23 18:22:00 +03:00
parent 7323ef7002
commit ed4da90dcd
12 changed files with 54 additions and 27 deletions
@@ -263,7 +263,8 @@ private object KotlinResolveDataProvider {
/* analyzingBootstrapLibrary = */ false,
/* declaredLocally = */ false
),
listOf(analyzableElement)
listOf(analyzableElement),
DataFlowInfo.EMPTY
)
return AnalysisResult.success(
trace.getBindingContext(),