Skip to content

Commit dacdd13

Browse files
committed
[ConstraintSystem] Propagate print options to type variable bindings store in solution
1 parent 86fa82d commit dacdd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@ void Solution::dump(raw_ostream &out) const {
35403540
out.indent(2);
35413541
Type(typeVar).print(out, PO);
35423542
out << " as ";
3543-
binding.second.print(out);
3543+
binding.second.print(out, PO);
35443544
if (auto *locator = typeVar->getImpl().getLocator()) {
35453545
out << " @ ";
35463546
locator->dump(sm, out);

0 commit comments

Comments
 (0)