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: tests/baselines/reference/typeParameterExplicitlyExtendsAny.errors.txt
+19-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
1
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(3,7): error TS2339: Property 'blah' does not exist on type 'T'.
2
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(9,7): error TS2339: Property 'blah' does not exist on type 'T'.
3
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(10,7): error TS2339: Property 'toString' does not exist on type 'T'.
4
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(14,7): error TS2339: Property 'children' does not exist on type 'T'.
5
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(15,5): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'unknown' has no compatible call signatures.
6
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(16,5): error TS2351: Cannot use 'new' with an expression whose type lacks a call or construct signature.
7
+
tests/cases/compiler/typeParameterExplicitlyExtendsAny.ts(30,14): error TS2339: Property 'children' does not exist on type 'T'.
0 commit comments