Commits

Doug Gregor committed 9637137d450
Provide forced-downcasting Fix-Its where we used to have implicit bridging conversions. For example, we used to have an implicit conversion from NSString to String, but it was removed. Provide a Fix-It that suggests "as! String". Fixes <rdar://problem/19551164>. Swift SVN r24948