Commits

Xi Ge committed a88d5321531
[FixCode] Using coercion (as) instead of forced-coercion (as!) when the former is applicable. rdar://27683732 This fixit is migration-critical to help users call functions now take 'Any' or 'NSHashble' while used to take 'AnyObject'. We insert coercion to the original call sites.