Accept new baselines

This commit is contained in:
Anders Hejlsberg 2019-01-30 06:43:28 -08:00
parent 7a31706a9f
commit e0082f6bfc

View file

@ -1,5 +1,5 @@
error TS2318: Cannot find global type 'IterableIterator'.
tests/cases/compiler/spreadOfParamsFromGeneratorMakesRequiredParams.ts(6,1): error TS2554: Expected 2 arguments, but got 1.
tests/cases/compiler/spreadOfParamsFromGeneratorMakesRequiredParams.ts(6,1): error TS2345: Argument of type '[]' is not assignable to parameter of type 'never'.
!!! error TS2318: Cannot find global type 'IterableIterator'.
@ -11,5 +11,4 @@ tests/cases/compiler/spreadOfParamsFromGeneratorMakesRequiredParams.ts(6,1): err
call(function* (a: 'a') { }); // error, 2nd argument required
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!!! error TS2554: Expected 2 arguments, but got 1.
!!! related TS6210 tests/cases/compiler/spreadOfParamsFromGeneratorMakesRequiredParams.ts:3:5: An argument for 'args' was not provided.
!!! error TS2345: Argument of type '[]' is not assignable to parameter of type 'never'.