You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/diagnosticInformationMap.generated.ts
+1
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ module ts {
184
184
Type_predicate_0_is_not_assignable_to_1: {code: 1226,category: DiagnosticCategory.Error,key: "Type predicate '{0}' is not assignable to '{1}'."},
185
185
Parameter_0_is_not_in_the_same_position_as_parameter_1: {code: 1227,category: DiagnosticCategory.Error,key: "Parameter '{0}' is not in the same position as parameter '{1}'."},
186
186
Type_predicates_are_only_allowed_in_return_type_position: {code: 1228,category: DiagnosticCategory.Error,key: "Type predicates are only allowed in return type position."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
189
190
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
0 commit comments