Skip to content

Commit 467de90

Browse files
committed
NFC: add missing return
(cherry picked from commit 7968f8f)
1 parent 2941f9b commit 467de90

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
@@ -3115,6 +3115,7 @@ static bool checkInverseGenericsCastingAvailability(Type srcType,
31153115
refDC);
31163116
}
31173117
}
3118+
return false;
31183119
}
31193120

31203121
static bool checkTypeMetadataAvailabilityInternal(CanType type,

0 commit comments

Comments
 (0)