We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4833657 + 81e5cf7 commit 794c870Copy full SHA for 794c870
src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl
@@ -3021,6 +3021,15 @@
3021
</Str>
3022
<Disp Icon="Str" />
3023
</Item>
3024
+ <Item ItemId=";Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567" ItemType="0" PsrId="306" Leaf="true">
3025
+ <Str Cat="Text">
3026
+ <Val><![CDATA[Enum declarations can only merge with namespace or other enum declarations.]]></Val>
3027
+ <Tgt Cat="Text" Stat="Loc" Orig="New">
3028
+ <Val><![CDATA[열거형 선언은 네임스페이스 또는 다른 열거형 선언과만 병합할 수 있습니다.]]></Val>
3029
+ </Tgt>
3030
+ </Str>
3031
+ <Disp Icon="Str" />
3032
+ </Item>
3033
<Item ItemId=";Enum_declarations_must_all_be_const_or_non_const_2473" ItemType="0" PsrId="306" Leaf="true">
3034
<Str Cat="Text">
3035
<Val><![CDATA[Enum declarations must all be const or non-const.]]></Val>
0 commit comments