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
tests/cases/compiler/genericInterfacesWithoutTypeArguments.ts(3,8): error TS2314: Generic type 'I<T>' requires 1 type argument(s).
2
2
tests/cases/compiler/genericInterfacesWithoutTypeArguments.ts(4,10): error TS2314: Generic type 'I<T>' requires 1 type argument(s).
3
+
tests/cases/compiler/genericInterfacesWithoutTypeArguments.ts(4,10): error TS2801: Proper Polymorphism type parameter T could not accept Generic type I
Copy file name to clipboardExpand all lines: tests/baselines/reference/genericTypeReferencesRequireTypeArgs.errors.txt
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(7,9): error TS2314: Generic type 'C<T>' requires 1 type argument(s).
2
2
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(8,9): error TS2314: Generic type 'I<T>' requires 1 type argument(s).
3
3
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(9,11): error TS2314: Generic type 'I<T>' requires 1 type argument(s).
4
+
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(9,11): error TS2801: Proper Polymorphism type parameter T could not accept Generic type I
4
5
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(10,11): error TS2314: Generic type 'C<T>' requires 1 type argument(s).
6
+
tests/cases/compiler/genericTypeReferencesRequireTypeArgs.ts(10,11): error TS2801: Proper Polymorphism type parameter T could not accept Generic type C
tests/cases/conformance/controlFlow/neverReturningFunctions1.ts(204,74): error TS2801: Proper Polymorphism type parameter T could not accept Generic type Component
0 commit comments