Skip to content

Commit 165a1c4

Browse files
authored
LEGO: Merge pull request 50024
LEGO: Merge pull request 50024
1 parent 966e732 commit 165a1c4

File tree

13 files changed

+234
-0
lines changed

13 files changed

+234
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,15 @@
21122112
</Str>
21132113
<Disp Icon="Str" />
21142114
</Item>
2115+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2116+
<Str Cat="Text">
2117+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2118+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2119+
<Val><![CDATA[实例化表达式不能后跟属性访问。]]></Val>
2120+
</Tgt>
2121+
</Str>
2122+
<Disp Icon="Str" />
2123+
</Item>
21152124
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21162125
<Str Cat="Text">
21172126
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14451,6 +14460,15 @@
1445114460
</Str>
1445214461
<Disp Icon="Str" />
1445314462
</Item>
14463+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14464+
<Str Cat="Text">
14465+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14467+
<Val><![CDATA[实例成员变量“{0}”的类型不能引用构造函数中声明的标识符“{1}”。]]></Val>
14468+
</Tgt>
14469+
</Str>
14470+
<Disp Icon="Str" />
14471+
</Item>
1445414472
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1445514473
<Str Cat="Text">
1445614474
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,15 @@
21122112
</Str>
21132113
<Disp Icon="Str" />
21142114
</Item>
2115+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2116+
<Str Cat="Text">
2117+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2118+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2119+
<Val><![CDATA[具現化運算式後面不能接著屬性存取。]]></Val>
2120+
</Tgt>
2121+
</Str>
2122+
<Disp Icon="Str" />
2123+
</Item>
21152124
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21162125
<Str Cat="Text">
21172126
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14451,6 +14460,15 @@
1445114460
</Str>
1445214461
<Disp Icon="Str" />
1445314462
</Item>
14463+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14464+
<Str Cat="Text">
14465+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14467+
<Val><![CDATA[執行個體成員變數 '{0}' 的類型不得參考建構函式中所宣告的識別碼 '{1}'。]]></Val>
14468+
</Tgt>
14469+
</Str>
14470+
<Disp Icon="Str" />
14471+
</Item>
1445414472
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1445514473
<Str Cat="Text">
1445614474
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,15 @@
21212121
</Str>
21222122
<Disp Icon="Str" />
21232123
</Item>
2124+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2125+
<Str Cat="Text">
2126+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2127+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2128+
<Val><![CDATA[Po výrazu vytvoření instance nemůže následovat přístup k vlastnosti.]]></Val>
2129+
</Tgt>
2130+
</Str>
2131+
<Disp Icon="Str" />
2132+
</Item>
21242133
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21252134
<Str Cat="Text">
21262135
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14460,6 +14469,15 @@
1446014469
</Str>
1446114470
<Disp Icon="Str" />
1446214471
</Item>
14472+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14473+
<Str Cat="Text">
14474+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14475+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14476+
<Val><![CDATA[Typ instance členské proměnné {0} nemůže odkazovat na identifikátor {1} deklarovaný v konstruktoru.]]></Val>
14477+
</Tgt>
14478+
</Str>
14479+
<Disp Icon="Str" />
14480+
</Item>
1446314481
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1446414482
<Str Cat="Text">
1446514483
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,15 @@
21092109
</Str>
21102110
<Disp Icon="Str" />
21112111
</Item>
2112+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2113+
<Str Cat="Text">
2114+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2115+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2116+
<Val><![CDATA[Auf einen Instanziierungsausdruck kann kein Eigenschaftenzugriff folgen.]]></Val>
2117+
</Tgt>
2118+
</Str>
2119+
<Disp Icon="Str" />
2120+
</Item>
21122121
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21132122
<Str Cat="Text">
21142123
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14445,6 +14454,15 @@
1444514454
</Str>
1444614455
<Disp Icon="Str" />
1444714456
</Item>
14457+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14458+
<Str Cat="Text">
14459+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14460+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14461+
<Val><![CDATA[Der Typ der Instanzmembervariablen „{0}“ darf nicht auf den im Konstruktor deklarierten Bezeichner „{1}“ verweisen.]]></Val>
14462+
</Tgt>
14463+
</Str>
14464+
<Disp Icon="Str" />
14465+
</Item>
1444814466
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1444914467
<Str Cat="Text">
1445014468
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,6 +2124,15 @@
21242124
</Str>
21252125
<Disp Icon="Str" />
21262126
</Item>
2127+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2128+
<Str Cat="Text">
2129+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2130+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2131+
<Val><![CDATA[Una expresión de creación de una instancia no puede ir seguida de un acceso a una propiedad.]]></Val>
2132+
</Tgt>
2133+
</Str>
2134+
<Disp Icon="Str" />
2135+
</Item>
21272136
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21282137
<Str Cat="Text">
21292138
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14463,6 +14472,15 @@
1446314472
</Str>
1446414473
<Disp Icon="Str" />
1446514474
</Item>
14475+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14476+
<Str Cat="Text">
14477+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14478+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14479+
<Val><![CDATA[El tipo de variable miembro de instancia "{0}" no puede hacer referencia al identificador "{1}" declarado en el constructor.]]></Val>
14480+
</Tgt>
14481+
</Str>
14482+
<Disp Icon="Str" />
14483+
</Item>
1446614484
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1446714485
<Str Cat="Text">
1446814486
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,6 +2124,15 @@
21242124
</Str>
21252125
<Disp Icon="Str" />
21262126
</Item>
2127+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2128+
<Str Cat="Text">
2129+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2130+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2131+
<Val><![CDATA[Une expression d’instanciation ne peut pas être suivie d’un accès à la propriété.]]></Val>
2132+
</Tgt>
2133+
</Str>
2134+
<Disp Icon="Str" />
2135+
</Item>
21272136
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21282137
<Str Cat="Text">
21292138
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14463,6 +14472,15 @@
1446314472
</Str>
1446414473
<Disp Icon="Str" />
1446514474
</Item>
14475+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14476+
<Str Cat="Text">
14477+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14478+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14479+
<Val><![CDATA[Le type de variable membre d’instance '{0}' ne peut pas référencer l’identificateur '{1}' déclaré dans le constructeur.]]></Val>
14480+
</Tgt>
14481+
</Str>
14482+
<Disp Icon="Str" />
14483+
</Item>
1446614484
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1446714485
<Str Cat="Text">
1446814486
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,15 @@
21122112
</Str>
21132113
<Disp Icon="Str" />
21142114
</Item>
2115+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2116+
<Str Cat="Text">
2117+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2118+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2119+
<Val><![CDATA[Un'espressione di creazione di un'istanza non può essere seguita da un accesso a proprietà.]]></Val>
2120+
</Tgt>
2121+
</Str>
2122+
<Disp Icon="Str" />
2123+
</Item>
21152124
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21162125
<Str Cat="Text">
21172126
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14451,6 +14460,15 @@
1445114460
</Str>
1445214461
<Disp Icon="Str" />
1445314462
</Item>
14463+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14464+
<Str Cat="Text">
14465+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14467+
<Val><![CDATA[Il tipo di variabile del membro di istanza '{0}' non può fare riferimento all'identificatore '{1}' dichiarato nel costruttore.]]></Val>
14468+
</Tgt>
14469+
</Str>
14470+
<Disp Icon="Str" />
14471+
</Item>
1445414472
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1445514473
<Str Cat="Text">
1445614474
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,15 @@
21122112
</Str>
21132113
<Disp Icon="Str" />
21142114
</Item>
2115+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2116+
<Str Cat="Text">
2117+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2118+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2119+
<Val><![CDATA[インスタンス化式の後にプロパティ アクセスを続けることはできません。]]></Val>
2120+
</Tgt>
2121+
</Str>
2122+
<Disp Icon="Str" />
2123+
</Item>
21152124
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21162125
<Str Cat="Text">
21172126
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14451,6 +14460,15 @@
1445114460
</Str>
1445214461
<Disp Icon="Str" />
1445314462
</Item>
14463+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14464+
<Str Cat="Text">
14465+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14467+
<Val><![CDATA[インスタンス メンバー変数 '{0}' の型は、コンストラクターで宣言された識別子 '{1}' を参照できません。]]></Val>
14468+
</Tgt>
14469+
</Str>
14470+
<Disp Icon="Str" />
14471+
</Item>
1445414472
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1445514473
<Str Cat="Text">
1445614474
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,15 @@
21122112
</Str>
21132113
<Disp Icon="Str" />
21142114
</Item>
2115+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2116+
<Str Cat="Text">
2117+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2118+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2119+
<Val><![CDATA[인스턴스화 식 뒤에 속성 액세스가 있을 수 없습니다.]]></Val>
2120+
</Tgt>
2121+
</Str>
2122+
<Disp Icon="Str" />
2123+
</Item>
21152124
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21162125
<Str Cat="Text">
21172126
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14451,6 +14460,15 @@
1445114460
</Str>
1445214461
<Disp Icon="Str" />
1445314462
</Item>
14463+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14464+
<Str Cat="Text">
14465+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14467+
<Val><![CDATA[인스턴스 멤버 변수 '{0}'의 형식은 생성자에 선언된 식별자 '{1}'을(를) 참조할 수 없습니다.]]></Val>
14468+
</Tgt>
14469+
</Str>
14470+
<Disp Icon="Str" />
14471+
</Item>
1445414472
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1445514473
<Str Cat="Text">
1445614474
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,15 @@
21022102
</Str>
21032103
<Disp Icon="Str" />
21042104
</Item>
2105+
<Item ItemId=";An_instantiation_expression_cannot_be_followed_by_a_property_access_1477" ItemType="0" PsrId="306" Leaf="true">
2106+
<Str Cat="Text">
2107+
<Val><![CDATA[An instantiation expression cannot be followed by a property access.]]></Val>
2108+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2109+
<Val><![CDATA[Po wyrażeniu tworzenia wystąpienia nie może następować dostęp do właściwości.]]></Val>
2110+
</Tgt>
2111+
</Str>
2112+
<Disp Icon="Str" />
2113+
</Item>
21052114
<Item ItemId=";An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499" ItemType="0" PsrId="306" Leaf="true">
21062115
<Str Cat="Text">
21072116
<Val><![CDATA[An interface can only extend an identifier/qualified-name with optional type arguments.]]></Val>
@@ -14438,6 +14447,15 @@
1443814447
</Str>
1443914448
<Disp Icon="Str" />
1444014449
</Item>
14450+
<Item ItemId=";Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844" ItemType="0" PsrId="306" Leaf="true">
14451+
<Str Cat="Text">
14452+
<Val><![CDATA[Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.]]></Val>
14453+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14454+
<Val><![CDATA[Typ zmiennej składowej wystąpienia „{0}” nie może odwoływać się do identyfikatora „{1}” zadeklarowanego w konstruktorze.]]></Val>
14455+
</Tgt>
14456+
</Str>
14457+
<Disp Icon="Str" />
14458+
</Item>
1444114459
<Item ItemId=";Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" ItemType="0" PsrId="306" Leaf="true">
1444214460
<Str Cat="Text">
1444314461
<Val><![CDATA[Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.]]></Val>

0 commit comments

Comments
 (0)