mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
After 7400d484 we tried to walk into enum elements, but forgot to check
for missing types (which caused an assertion in getType) or element
decls (which caused an assertion or crash inside passReference).
rdar://problem/24634223