Commits

Doug Gregor committed 014b63eb806
Restrict the DynamicLookup postfix '!' downcast to cast to class types. This introduces "class" constraints into the type checker, so that we can specify that a particular type must be a class (or an archetype that is required to be a class). Finishes <rdar://problem/15139128>. Swift SVN r9176