Skip to content

Commit 7968f8f

Browse files
committed
NFC: add missing return
1 parent 591891f commit 7968f8f

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)