Skip to content

Commit 1ed00c8

Browse files
authored
LEGO: Merge pull request 39891
LEGO: Merge pull request 39891
2 parents ff2ff98 + dec871b commit 1ed00c8

File tree

7 files changed

+507
-0
lines changed

7 files changed

+507
-0
lines changed

src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,9 @@
24032403
<Item ItemId=";Can_only_convert_logical_AND_access_chains_95142" ItemType="0" PsrId="306" Leaf="true">
24042404
<Str Cat="Text">
24052405
<Val><![CDATA[Can only convert logical AND access chains]]></Val>
2406+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2407+
<Val><![CDATA[只可轉換邏輯 AND 存取鏈結]]></Val>
2408+
</Tgt>
24062409
</Str>
24072410
<Disp Icon="Str" />
24082411
</Item>
@@ -3390,12 +3393,18 @@
33903393
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386" ItemType="0" PsrId="306" Leaf="true">
33913394
<Str Cat="Text">
33923395
<Val><![CDATA[Constructor type notation must be parenthesized when used in a union type.]]></Val>
3396+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3397+
<Val><![CDATA[在等位型別中使用建構函式類型標記法時,必須括以括弧。]]></Val>
3398+
</Tgt>
33933399
</Str>
33943400
<Disp Icon="Str" />
33953401
</Item>
33963402
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388" ItemType="0" PsrId="306" Leaf="true">
33973403
<Str Cat="Text">
33983404
<Val><![CDATA[Constructor type notation must be parenthesized when used in an intersection type.]]></Val>
3405+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3406+
<Val><![CDATA[在交集型別中使用建構函式類型標記法時,必須括以括弧。]]></Val>
3407+
</Tgt>
33993408
</Str>
34003409
<Disp Icon="Str" />
34013410
</Item>
@@ -4176,6 +4185,9 @@
41764185
<Item ItemId=";Disable_loading_referenced_projects_6235" ItemType="0" PsrId="306" Leaf="true">
41774186
<Str Cat="Text">
41784187
<Val><![CDATA[Disable loading referenced projects.]]></Val>
4188+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4189+
<Val><![CDATA[停用載入參考的專案。]]></Val>
4190+
</Tgt>
41794191
</Str>
41804192
<Disp Icon="Str" />
41814193
</Item>
@@ -5550,12 +5562,18 @@
55505562
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385" ItemType="0" PsrId="306" Leaf="true">
55515563
<Str Cat="Text">
55525564
<Val><![CDATA[Function type notation must be parenthesized when used in a union type.]]></Val>
5565+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5566+
<Val><![CDATA[在等位型別中使用函式類型標記法時,必須括以括弧。]]></Val>
5567+
</Tgt>
55535568
</Str>
55545569
<Disp Icon="Str" />
55555570
</Item>
55565571
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387" ItemType="0" PsrId="306" Leaf="true">
55575572
<Str Cat="Text">
55585573
<Val><![CDATA[Function type notation must be parenthesized when used in an intersection type.]]></Val>
5574+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5575+
<Val><![CDATA[在交集型別中使用函式類型標記法時,必須括以括弧。]]></Val>
5576+
</Tgt>
55595577
</Str>
55605578
<Disp Icon="Str" />
55615579
</Item>
@@ -13164,6 +13182,9 @@
1316413182
<Item ItemId=";extends_clause_of_exported_class_has_or_is_using_private_name_0_4021" ItemType="0" PsrId="306" Leaf="true">
1316513183
<Str Cat="Text">
1316613184
<Val><![CDATA['extends' clause of exported class has or is using private name '{0}'.]]></Val>
13185+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13186+
<Val><![CDATA[匯出類別的 'extends' 子句包含或使用了私人名稱 '{0}'。]]></Val>
13187+
</Tgt>
1316713188
</Str>
1316813189
<Disp Icon="Str" />
1316913190
</Item>

src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,12 @@
21632163
</Str>
21642164
<Disp Icon="Str" />
21652165
</Item>
2166+
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
2167+
<Str Cat="Text">
2168+
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
2169+
</Str>
2170+
<Disp Icon="Str" />
2171+
</Item>
21662172
<Item ItemId=";Array_element_destructuring_pattern_expected_1181" ItemType="0" PsrId="306" Leaf="true">
21672173
<Str Cat="Text">
21682174
<Val><![CDATA[Array element destructuring pattern expected.]]></Val>
@@ -2391,6 +2397,15 @@
23912397
</Str>
23922398
<Disp Icon="Str" />
23932399
</Item>
2400+
<Item ItemId=";Can_only_convert_logical_AND_access_chains_95142" ItemType="0" PsrId="306" Leaf="true">
2401+
<Str Cat="Text">
2402+
<Val><![CDATA[Can only convert logical AND access chains]]></Val>
2403+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2404+
<Val><![CDATA[Es können nur Zugriffsketten mit logischem "Und" konvertiert werden.]]></Val>
2405+
</Tgt>
2406+
</Str>
2407+
<Disp Icon="Str" />
2408+
</Item>
23942409
<Item ItemId=";Can_only_convert_property_with_modifier_95137" ItemType="0" PsrId="306" Leaf="true">
23952410
<Str Cat="Text">
23962411
<Val><![CDATA[Can only convert property with modifier]]></Val>
@@ -2601,6 +2616,12 @@
26012616
</Str>
26022617
<Disp Icon="Str" />
26032618
</Item>
2619+
<Item ItemId=";Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_node_or_to_add_aliases_to_th_2792" ItemType="0" PsrId="306" Leaf="true">
2620+
<Str Cat="Text">
2621+
<Val><![CDATA[Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?]]></Val>
2622+
</Str>
2623+
<Disp Icon="Str" />
2624+
</Item>
26042625
<Item ItemId=";Cannot_find_module_0_or_its_corresponding_type_declarations_2307" ItemType="0" PsrId="306" Leaf="true">
26052626
<Str Cat="Text">
26062627
<Val><![CDATA[Cannot find module '{0}' or its corresponding type declarations.]]></Val>
@@ -3366,6 +3387,24 @@
33663387
</Str>
33673388
<Disp Icon="Str" />
33683389
</Item>
3390+
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386" ItemType="0" PsrId="306" Leaf="true">
3391+
<Str Cat="Text">
3392+
<Val><![CDATA[Constructor type notation must be parenthesized when used in a union type.]]></Val>
3393+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3394+
<Val><![CDATA[Die Typnotation des Konstruktors muss in Klammern gesetzt werden, wenn sie in einem Union-Typ verwendet wird.]]></Val>
3395+
</Tgt>
3396+
</Str>
3397+
<Disp Icon="Str" />
3398+
</Item>
3399+
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388" ItemType="0" PsrId="306" Leaf="true">
3400+
<Str Cat="Text">
3401+
<Val><![CDATA[Constructor type notation must be parenthesized when used in an intersection type.]]></Val>
3402+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3403+
<Val><![CDATA[Die Typnotation des Konstruktors muss in Klammern gesetzt werden, wenn sie in einem Intersection-Typ verwendet wird.]]></Val>
3404+
</Tgt>
3405+
</Str>
3406+
<Disp Icon="Str" />
3407+
</Item>
33693408
<Item ItemId=";Constructors_for_derived_classes_must_contain_a_super_call_2377" ItemType="0" PsrId="306" Leaf="true">
33703409
<Str Cat="Text">
33713410
<Val><![CDATA[Constructors for derived classes must contain a 'super' call.]]></Val>
@@ -3672,6 +3711,15 @@
36723711
</Str>
36733712
<Disp Icon="Str" />
36743713
</Item>
3714+
<Item ItemId=";Convert_to_optional_chain_expression_95139" ItemType="0" PsrId="306" Leaf="true">
3715+
<Str Cat="Text">
3716+
<Val><![CDATA[Convert to optional chain expression]]></Val>
3717+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3718+
<Val><![CDATA[In optionalen Kettenausdruck konvertieren]]></Val>
3719+
</Tgt>
3720+
</Str>
3721+
<Disp Icon="Str" />
3722+
</Item>
36753723
<Item ItemId=";Convert_to_template_string_95096" ItemType="0" PsrId="306" Leaf="true">
36763724
<Str Cat="Text">
36773725
<Val><![CDATA[Convert to template string]]></Val>
@@ -3726,6 +3774,15 @@
37263774
</Str>
37273775
<Disp Icon="Str" />
37283776
</Item>
3777+
<Item ItemId=";Could_not_find_convertible_access_expression_95140" ItemType="0" PsrId="306" Leaf="true">
3778+
<Str Cat="Text">
3779+
<Val><![CDATA[Could not find convertible access expression]]></Val>
3780+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3781+
<Val><![CDATA[Kein konvertierbarer Zugriffsausdruck gefunden]]></Val>
3782+
</Tgt>
3783+
</Str>
3784+
<Disp Icon="Str" />
3785+
</Item>
37293786
<Item ItemId=";Could_not_find_export_statement_95129" ItemType="0" PsrId="306" Leaf="true">
37303787
<Str Cat="Text">
37313788
<Val><![CDATA[Could not find export statement]]></Val>
@@ -3744,6 +3801,15 @@
37443801
</Str>
37453802
<Disp Icon="Str" />
37463803
</Item>
3804+
<Item ItemId=";Could_not_find_matching_access_expressions_95141" ItemType="0" PsrId="306" Leaf="true">
3805+
<Str Cat="Text">
3806+
<Val><![CDATA[Could not find matching access expressions]]></Val>
3807+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3808+
<Val><![CDATA[Keine übereinstimmenden Zugriffsausdrücke gefunden]]></Val>
3809+
</Tgt>
3810+
</Str>
3811+
<Disp Icon="Str" />
3812+
</Item>
37473813
<Item ItemId=";Could_not_find_namespace_import_or_named_imports_95132" ItemType="0" PsrId="306" Leaf="true">
37483814
<Str Cat="Text">
37493815
<Val><![CDATA[Could not find namespace import or named imports]]></Val>
@@ -4113,6 +4179,15 @@
41134179
</Str>
41144180
<Disp Icon="Str" />
41154181
</Item>
4182+
<Item ItemId=";Disable_loading_referenced_projects_6235" ItemType="0" PsrId="306" Leaf="true">
4183+
<Str Cat="Text">
4184+
<Val><![CDATA[Disable loading referenced projects.]]></Val>
4185+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4186+
<Val><![CDATA[Deaktivieren Sie das Laden referenzierter Projekte.]]></Val>
4187+
</Tgt>
4188+
</Str>
4189+
<Disp Icon="Str" />
4190+
</Item>
41164191
<Item ItemId=";Disable_size_limitations_on_JavaScript_projects_6162" ItemType="0" PsrId="306" Leaf="true">
41174192
<Str Cat="Text">
41184193
<Val><![CDATA[Disable size limitations on JavaScript projects.]]></Val>
@@ -5481,6 +5556,24 @@
54815556
</Str>
54825557
<Disp Icon="Str" />
54835558
</Item>
5559+
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385" ItemType="0" PsrId="306" Leaf="true">
5560+
<Str Cat="Text">
5561+
<Val><![CDATA[Function type notation must be parenthesized when used in a union type.]]></Val>
5562+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5563+
<Val><![CDATA[Die Notation des Funktionstyps muss in Klammern gesetzt werden, wenn sie in einem Union-Typ verwendet wird.]]></Val>
5564+
</Tgt>
5565+
</Str>
5566+
<Disp Icon="Str" />
5567+
</Item>
5568+
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387" ItemType="0" PsrId="306" Leaf="true">
5569+
<Str Cat="Text">
5570+
<Val><![CDATA[Function type notation must be parenthesized when used in an intersection type.]]></Val>
5571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5572+
<Val><![CDATA[Die Notation des Funktionstyps muss in Klammern gesetzt werden, wenn sie in einem Intersection-Typ verwendet wird.]]></Val>
5573+
</Tgt>
5574+
</Str>
5575+
<Disp Icon="Str" />
5576+
</Item>
54845577
<Item ItemId=";Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014" ItemType="0" PsrId="306" Leaf="true">
54855578
<Str Cat="Text">
54865579
<Val><![CDATA[Function type, which lacks return-type annotation, implicitly has an '{0}' return type.]]></Val>
@@ -13080,6 +13173,15 @@
1308013173
</Str>
1308113174
<Disp Icon="Str" />
1308213175
</Item>
13176+
<Item ItemId=";extends_clause_of_exported_class_has_or_is_using_private_name_0_4021" ItemType="0" PsrId="306" Leaf="true">
13177+
<Str Cat="Text">
13178+
<Val><![CDATA['extends' clause of exported class has or is using private name '{0}'.]]></Val>
13179+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13180+
<Val><![CDATA[Die extends-Klausel der exportierten Klasse besitzt oder verwendet den privaten Namen "{0}".]]></Val>
13181+
</Tgt>
13182+
</Str>
13183+
<Disp Icon="Str" />
13184+
</Item>
1308313185
<Item ItemId=";extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022" ItemType="0" PsrId="306" Leaf="true">
1308413186
<Str Cat="Text">
1308513187
<Val><![CDATA['extends' clause of exported interface '{0}' has or is using private name '{1}'.]]></Val>

src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,12 @@
21782178
</Str>
21792179
<Disp Icon="Str" />
21802180
</Item>
2181+
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
2182+
<Str Cat="Text">
2183+
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
2184+
</Str>
2185+
<Disp Icon="Str" />
2186+
</Item>
21812187
<Item ItemId=";Array_element_destructuring_pattern_expected_1181" ItemType="0" PsrId="306" Leaf="true">
21822188
<Str Cat="Text">
21832189
<Val><![CDATA[Array element destructuring pattern expected.]]></Val>
@@ -2406,6 +2412,12 @@
24062412
</Str>
24072413
<Disp Icon="Str" />
24082414
</Item>
2415+
<Item ItemId=";Can_only_convert_logical_AND_access_chains_95142" ItemType="0" PsrId="306" Leaf="true">
2416+
<Str Cat="Text">
2417+
<Val><![CDATA[Can only convert logical AND access chains]]></Val>
2418+
</Str>
2419+
<Disp Icon="Str" />
2420+
</Item>
24092421
<Item ItemId=";Can_only_convert_property_with_modifier_95137" ItemType="0" PsrId="306" Leaf="true">
24102422
<Str Cat="Text">
24112423
<Val><![CDATA[Can only convert property with modifier]]></Val>
@@ -2616,6 +2628,12 @@
26162628
</Str>
26172629
<Disp Icon="Str" />
26182630
</Item>
2631+
<Item ItemId=";Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_node_or_to_add_aliases_to_th_2792" ItemType="0" PsrId="306" Leaf="true">
2632+
<Str Cat="Text">
2633+
<Val><![CDATA[Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?]]></Val>
2634+
</Str>
2635+
<Disp Icon="Str" />
2636+
</Item>
26192637
<Item ItemId=";Cannot_find_module_0_or_its_corresponding_type_declarations_2307" ItemType="0" PsrId="306" Leaf="true">
26202638
<Str Cat="Text">
26212639
<Val><![CDATA[Cannot find module '{0}' or its corresponding type declarations.]]></Val>
@@ -3381,6 +3399,18 @@
33813399
</Str>
33823400
<Disp Icon="Str" />
33833401
</Item>
3402+
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386" ItemType="0" PsrId="306" Leaf="true">
3403+
<Str Cat="Text">
3404+
<Val><![CDATA[Constructor type notation must be parenthesized when used in a union type.]]></Val>
3405+
</Str>
3406+
<Disp Icon="Str" />
3407+
</Item>
3408+
<Item ItemId=";Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388" ItemType="0" PsrId="306" Leaf="true">
3409+
<Str Cat="Text">
3410+
<Val><![CDATA[Constructor type notation must be parenthesized when used in an intersection type.]]></Val>
3411+
</Str>
3412+
<Disp Icon="Str" />
3413+
</Item>
33843414
<Item ItemId=";Constructors_for_derived_classes_must_contain_a_super_call_2377" ItemType="0" PsrId="306" Leaf="true">
33853415
<Str Cat="Text">
33863416
<Val><![CDATA[Constructors for derived classes must contain a 'super' call.]]></Val>
@@ -3687,6 +3717,15 @@
36873717
</Str>
36883718
<Disp Icon="Str" />
36893719
</Item>
3720+
<Item ItemId=";Convert_to_optional_chain_expression_95139" ItemType="0" PsrId="306" Leaf="true">
3721+
<Str Cat="Text">
3722+
<Val><![CDATA[Convert to optional chain expression]]></Val>
3723+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3724+
<Val><![CDATA[Convertir en expression de chaîne facultative]]></Val>
3725+
</Tgt>
3726+
</Str>
3727+
<Disp Icon="Str" />
3728+
</Item>
36903729
<Item ItemId=";Convert_to_template_string_95096" ItemType="0" PsrId="306" Leaf="true">
36913730
<Str Cat="Text">
36923731
<Val><![CDATA[Convert to template string]]></Val>
@@ -3741,6 +3780,12 @@
37413780
</Str>
37423781
<Disp Icon="Str" />
37433782
</Item>
3783+
<Item ItemId=";Could_not_find_convertible_access_expression_95140" ItemType="0" PsrId="306" Leaf="true">
3784+
<Str Cat="Text">
3785+
<Val><![CDATA[Could not find convertible access expression]]></Val>
3786+
</Str>
3787+
<Disp Icon="Str" />
3788+
</Item>
37443789
<Item ItemId=";Could_not_find_export_statement_95129" ItemType="0" PsrId="306" Leaf="true">
37453790
<Str Cat="Text">
37463791
<Val><![CDATA[Could not find export statement]]></Val>
@@ -3759,6 +3804,12 @@
37593804
</Str>
37603805
<Disp Icon="Str" />
37613806
</Item>
3807+
<Item ItemId=";Could_not_find_matching_access_expressions_95141" ItemType="0" PsrId="306" Leaf="true">
3808+
<Str Cat="Text">
3809+
<Val><![CDATA[Could not find matching access expressions]]></Val>
3810+
</Str>
3811+
<Disp Icon="Str" />
3812+
</Item>
37623813
<Item ItemId=";Could_not_find_namespace_import_or_named_imports_95132" ItemType="0" PsrId="306" Leaf="true">
37633814
<Str Cat="Text">
37643815
<Val><![CDATA[Could not find namespace import or named imports]]></Val>
@@ -4128,6 +4179,15 @@
41284179
</Str>
41294180
<Disp Icon="Str" />
41304181
</Item>
4182+
<Item ItemId=";Disable_loading_referenced_projects_6235" ItemType="0" PsrId="306" Leaf="true">
4183+
<Str Cat="Text">
4184+
<Val><![CDATA[Disable loading referenced projects.]]></Val>
4185+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4186+
<Val><![CDATA[Désactivez le chargement des projets référencés.]]></Val>
4187+
</Tgt>
4188+
</Str>
4189+
<Disp Icon="Str" />
4190+
</Item>
41314191
<Item ItemId=";Disable_size_limitations_on_JavaScript_projects_6162" ItemType="0" PsrId="306" Leaf="true">
41324192
<Str Cat="Text">
41334193
<Val><![CDATA[Disable size limitations on JavaScript projects.]]></Val>
@@ -5496,6 +5556,18 @@
54965556
</Str>
54975557
<Disp Icon="Str" />
54985558
</Item>
5559+
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385" ItemType="0" PsrId="306" Leaf="true">
5560+
<Str Cat="Text">
5561+
<Val><![CDATA[Function type notation must be parenthesized when used in a union type.]]></Val>
5562+
</Str>
5563+
<Disp Icon="Str" />
5564+
</Item>
5565+
<Item ItemId=";Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387" ItemType="0" PsrId="306" Leaf="true">
5566+
<Str Cat="Text">
5567+
<Val><![CDATA[Function type notation must be parenthesized when used in an intersection type.]]></Val>
5568+
</Str>
5569+
<Disp Icon="Str" />
5570+
</Item>
54995571
<Item ItemId=";Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014" ItemType="0" PsrId="306" Leaf="true">
55005572
<Str Cat="Text">
55015573
<Val><![CDATA[Function type, which lacks return-type annotation, implicitly has an '{0}' return type.]]></Val>
@@ -13098,6 +13170,12 @@
1309813170
</Str>
1309913171
<Disp Icon="Str" />
1310013172
</Item>
13173+
<Item ItemId=";extends_clause_of_exported_class_has_or_is_using_private_name_0_4021" ItemType="0" PsrId="306" Leaf="true">
13174+
<Str Cat="Text">
13175+
<Val><![CDATA['extends' clause of exported class has or is using private name '{0}'.]]></Val>
13176+
</Str>
13177+
<Disp Icon="Str" />
13178+
</Item>
1310113179
<Item ItemId=";extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022" ItemType="0" PsrId="306" Leaf="true">
1310213180
<Str Cat="Text">
1310313181
<Val><![CDATA['extends' clause of exported interface '{0}' has or is using private name '{1}'.]]></Val>

0 commit comments

Comments
 (0)