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-1
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ module ts {
167
167
Global_type_0_must_be_a_class_or_interface_type: {code: 2316,category: DiagnosticCategory.Error,key: "Global type '{0}' must be a class or interface type."},
168
168
Global_type_0_must_have_1_type_parameter_s: {code: 2317,category: DiagnosticCategory.Error,key: "Global type '{0}' must have {1} type parameter(s)."},
169
169
Cannot_find_global_type_0: {code: 2318,category: DiagnosticCategory.Error,key: "Cannot find global type '{0}'."},
170
-
Named_properties_0_of_types_1_and_2_are_not_identical: {code: 2319,category: DiagnosticCategory.Error,key: "Named properties '{0}' of types '{1}' and '{2}' are not identical."},
170
+
Named_property_0_of_types_1_and_2_are_not_identical: {code: 2319,category: DiagnosticCategory.Error,key: "Named property '{0}' of types '{1}' and '{2}' are not identical."},
Named properties 'foo' of types 'I<number>' and 'I<string>' are not identical.
2
+
Named property 'foo' of types 'I<number>' and 'I<string>' are not identical.
3
3
tests/cases/conformance/types/objectTypeLiteral/callSignatures/callSignaturesThatDifferOnlyByReturnType2.ts(13,16): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
0 commit comments