[IR] Generify lowerings

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-03-06 03:22:35 +03:00
committed by teamcity
parent 22b2554368
commit 282ab398c6
36 changed files with 3972 additions and 373 deletions
+13
View File
@@ -242,6 +242,19 @@ message Class {
optional Type inline_class_underlying_type = 18;
optional int32 inline_class_underlying_type_id = 19 [(type_id_in_table) = true];
message MultiFieldValueClassRepresentation {
message MultiFieldValueClassProperty {
required int32 name = 1;
oneof type_representation {
Type type = 2;
int32 type_id = 3;
}
}
repeated MultiFieldValueClassProperty property = 1;
}
optional MultiFieldValueClassRepresentation multi_field_value_class_representation = 22;
optional TypeTable type_table = 30;
// Index into the VersionRequirementTable
File diff suppressed because it is too large Load Diff