Skip to content

Commit 38f8db5

Browse files
authored
LEGO: Merge pull request 38072
LEGO: Merge pull request 38072
2 parents b346f57 + c0f64f1 commit 38f8db5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7197,6 +7197,15 @@
71977197
</Str>
71987198
<Disp Icon="Str" />
71997199
</Item>
7200+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7201+
<Str Cat="Text">
7202+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7203+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7204+
<Val><![CDATA[Počítané členy můžou obsahovat jen číselné výčty, ale tento výraz je typu {0}. Pokud nepotřebujete kontroly úplnosti, zvažte místo něho použít objekt literálu.]]></Val>
7205+
</Tgt>
7206+
</Str>
7207+
<Disp Icon="Str" />
7208+
</Item>
72007209
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
72017210
<Str Cat="Text">
72027211
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7178,6 +7178,15 @@
71787178
</Str>
71797179
<Disp Icon="Str" />
71807180
</Item>
7181+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7182+
<Str Cat="Text">
7183+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7184+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7185+
<Val><![CDATA[Tylko wyliczenia numeryczne mogą mieć składowe obliczane, ale to wyrażenie ma typ „{0}”. Jeśli nie potrzebujesz sprawdzeń kompletności, rozważ użycie literału obiektu.]]></Val>
7186+
</Tgt>
7187+
</Str>
7188+
<Disp Icon="Str" />
7189+
</Item>
71817190
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71827191
<Str Cat="Text">
71837192
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>

0 commit comments

Comments
 (0)