mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Give typealias declarations interface types.
Swift SVN r9781
This commit is contained in:
@@ -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).
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user