Commits

Doug Gregor committed fb2f72ab481
Eliminate type checker support for forced contextual downcasting via "expr!". We removed this feature when we changed casting syntax, but left it in the type checker to help migrate code via a Fix-It. We no longer need it. Swift SVN r18729