Commits
Argyrios Kyrtzidis committed adb17b5acad
[AST] If a symbol has a type of a typealias that is not with leading underscore, accept it as public one. Note that if the typealias type is an internal one it will show up undeclared in the interface. We currently allow this to avoid unintentionally hiding a public API. Swift SVN r18627