Skip to content

Commit 0055501

Browse files
committed
[Sema] Add FIXME for Optional binding inference bug
1 parent 7b05352 commit 0055501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sema/CSGen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,7 @@ namespace {
15121512
auto memberTy = CS.getType(tail);
15131513
auto *base = TypeChecker::getUnresolvedMemberChainBase(tail);
15141514

1515+
// FIXME: This is a workaround for SR-13357, should not be necessary.
15151516
// Copy any type variable options from the result of the tail member to
15161517
// the result of the entire chain.
15171518
unsigned additionalOptions = 0;

0 commit comments

Comments
 (0)