FIR resolve: consider SYNTHETIC_RESOLVED as tower-stopper
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ open class CandidateCollector(
|
||||
}
|
||||
|
||||
fun isSuccess(): Boolean {
|
||||
return currentApplicability == CandidateApplicability.RESOLVED
|
||||
return currentApplicability >= CandidateApplicability.SYNTHETIC_RESOLVED
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user