Commits

Doug Gregor committed 4d4ab928598
When unqualified name lookup from an instance method, constructor, or destructor finds a metatype member (e.g., a typealias), the resulting access expression should be based on the metatype (possibly specialized) rather than based on 'this'. Fixes <rdar://problem/11926972>. Swift SVN r2390