TypeScript/tests/baselines/reference/callExpressionWithMissingTypeArgument1.errors.txt

10 lines
411 B
Text
Raw Normal View History

tests/cases/compiler/callExpressionWithMissingTypeArgument1.ts(1,1): error TS2304: Cannot find name 'Foo'.
tests/cases/compiler/callExpressionWithMissingTypeArgument1.ts(1,7): error TS1110: Type expected.
==== tests/cases/compiler/callExpressionWithMissingTypeArgument1.ts (2 errors) ====
Foo<a,,b>();
~~~
!!! error TS2304: Cannot find name 'Foo'.
~
!!! error TS1110: Type expected.