Commits

Devin Coughlin committed 7b0a050e1ea
[Sema] Add test for declaration more available than containing extension At Jordan's request, add a test to ensure that we emit an error when a declaration inside an extension is more available than the extension itself. Also change a getContextKind() comparison + cast<> to a dyn_cast<>. Swift SVN r25592