Analysis API: Rename resolveCandidates to collectCallCandidates.
Didn't bother to rename the directory in the test data.
This commit is contained in:
committed by
Ilya Kirillov
parent
58c6c25fe9
commit
7a1ef25333
+1
-1
@@ -147,7 +147,7 @@ internal class KtFe10CallResolver(
|
||||
}
|
||||
|
||||
// TODO: See Call.resolveCandidates() in plugins/kotlin/core/src/org/jetbrains/kotlin/idea/core/Utils.kt
|
||||
override fun resolveCandidates(psi: KtElement): List<KtCallInfo> = TODO()
|
||||
override fun collectCallCandidates(psi: KtElement): List<KtCallInfo> = TODO()
|
||||
|
||||
private fun handleAsCompoundAssignment(context: BindingContext, binaryExpression: KtBinaryExpression): KtCallInfo? {
|
||||
val left = binaryExpression.left ?: return null
|
||||
|
||||
Reference in New Issue
Block a user