Commits

Arnold Schwaighofer committed 723e2f912f6
TypeChecker: Fix implicit dynamic inference for extensions methods Even if the method is marked override we need to emit an objective C method call. There is no v-table guarantee because of the override keyword. The base class method might be in an objective c class. rdar://27389992