File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4582,6 +4582,7 @@ class ConstraintSystem {
4582
4582
// / if it has only concrete types or would resolve a closure.
4583
4583
bool favoredOverDisjunction (Constraint *disjunction) const ;
4584
4584
4585
+ private:
4585
4586
// / Detect `subtype` relationship between two type variables and
4586
4587
// / attempt to infer supertype bindings transitively e.g.
4587
4588
// /
@@ -4604,6 +4605,7 @@ class ConstraintSystem {
4604
4605
void inferDefaultTypes (ConstraintSystem &cs,
4605
4606
llvm::SmallPtrSetImpl<CanType> &existingTypes);
4606
4607
4608
+ public:
4607
4609
// / Finalize binding computation for this type variable by
4608
4610
// / inferring bindings from context e.g. transitive bindings.
4609
4611
void finalize (ConstraintSystem &cs,
You can’t perform that action at this time.
0 commit comments