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.