Refine metadata format for typealias based type

This commit is contained in:
Denis Zharkov
2016-06-27 15:46:27 +03:00
parent d39d36b94c
commit d78177dc23
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ message Type {
optional int32 type_parameter = 7; // id of the type parameter
// Name of the type parameter in the immediate owner
optional int32 type_parameter_name = 9 [(name_id_in_table) = true];
optional int32 type_alias_name = 12 [(name_id_in_table) = true];
optional int32 type_alias_name = 12 [(fq_name_id_in_table) = true];
optional Type outer_type = 10;
optional int32 outer_type_id = 11;