Skip to content

Commit eb51b6f

Browse files
authored
Merge pull request swiftlang#75085 from kavon/fix-missing-return
NFC: add missing return
2 parents 7e4425c + 7968f8f commit eb51b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sema/TypeCheckAvailability.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,6 +3107,7 @@ static bool checkInverseGenericsCastingAvailability(Type srcType,
31073107
refDC);
31083108
}
31093109
}
3110+
return false;
31103111
}
31113112

31123113
static bool checkTypeMetadataAvailabilityInternal(CanType type,

0 commit comments

Comments
 (0)