Add some changes to introduced extension points

This commit is contained in:
Stanislav Erokhin
2019-10-16 21:01:11 +03:00
parent 267287118b
commit 84aff5f630
16 changed files with 158 additions and 163 deletions
@@ -380,7 +380,7 @@ private fun ResolutionScope.getContributedFunctionsAndConstructors(
result.addAll(scopeTower.syntheticScopes.collectSyntheticStaticFunctions(this, name, location))
result.addAll(scopeTower.syntheticScopes.collectSyntheticConstructors(this, name, location))
return scopeTower.interceptCandidates(this, name, result, location).toList()
return scopeTower.interceptCandidates(this, name, result, location)
}
private fun getConstructorsOfClassifier(classifier: ClassifierDescriptor?): List<ConstructorDescriptor> {