Give typealias declarations interface types.

Swift SVN r9781
This commit is contained in:
Doug Gregor
2013-10-30 04:33:04 +00:00
parent f473246f56
commit 6201b72561
4 changed files with 13 additions and 2 deletions

View File

@@ -550,6 +550,7 @@ namespace decls_block {
IdentifierIDField, // name
DeclIDField, // context decl
TypeIDField, // underlying type
TypeIDField, // interface type
BCFixed<1> // implicit flag
// Trailed by the conformance info (if any).
>;