mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Tighter type-checking of enums with synthesized RawRepresentable
conformance Fixes SR-2134
This commit is contained in:
@@ -213,6 +213,7 @@ GenericParamList *DeclContext::getGenericParamsOfContext() const {
|
||||
}
|
||||
llvm_unreachable("bad DeclContextKind");
|
||||
}
|
||||
llvm_unreachable("unknown parent");
|
||||
}
|
||||
|
||||
GenericSignature *DeclContext::getGenericSignatureOfContext() const {
|
||||
|
||||
Reference in New Issue
Block a user