Files
swift-mirror/lib/AST/Substitution.cpp
Mark Lacey fedf1abec6 Fix assertion when substituting for class-constrained generics.
The class-constrained generic has no conformances to substitute for, so
we should just bail out early rather than expecting to find a
conformance for each thing the archetype conforms to.

Fixes rdar://problem/19336878.

Swift SVN r24583
2015-01-21 01:40:52 +00:00

5.7 KiB