Commits

Xi Ge committed 0c8ace9413e
[FixCode] Using coercion (as) instead of forced-coercion (as!) when the former is applicable. rdar://27683732 (#4008) 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.