Skip to content

Commit 7aa37fd

Browse files
authored
LEGO: Merge pull request 46064
LEGO: Merge pull request 46064
1 parent f715af9 commit 7aa37fd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9729,6 +9729,15 @@
97299729
</Str>
97309730
<Disp Icon="Str" />
97319731
</Item>
9732+
<Item ItemId=";Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451" ItemType="0" PsrId="306" Leaf="true">
9733+
<Str Cat="Text">
9734+
<Val><![CDATA[Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression]]></Val>
9735+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9736+
<Val><![CDATA[Privátní identifikátory jsou povolené jenom v tělech třídy a smí se používat jenom jako součást deklarace člena třídy nebo přístupu k vlastnosti, případně na levé straně výrazu in.]]></Val>
9737+
</Tgt>
9738+
</Str>
9739+
<Disp Icon="Str" />
9740+
</Item>
97329741
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97339742
<Str Cat="Text">
97349743
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12684,11 +12693,11 @@
1268412693
</Str>
1268512694
<Disp Icon="Str" />
1268612695
</Item>
12687-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_of_type_any_string_number_or_symbol_2360" ItemType="0" PsrId="306" Leaf="true">
12696+
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
1268812697
<Str Cat="Text">
12689-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12698+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1269012699
<Tgt Cat="Text" Stat="Loc" Orig="New">
12691-
<Val><![CDATA[Levá strana výrazu in musí být typu any, string, number nebo symbol.]]></Val>
12700+
<Val><![CDATA[Levá strana výrazu in musí být privátní identifikátor nebo typu any, string, number nebo symbol.]]></Val>
1269212701
</Tgt>
1269312702
</Str>
1269412703
<Disp Icon="Str" />

0 commit comments

Comments
 (0)