mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Accept new baselines
This commit is contained in:
parent
cffa1dd2d0
commit
0a94f77b72
@ -41,13 +41,13 @@ class FooIterator {
|
||||
}
|
||||
|
||||
function fun(...[a, ...b]) { }
|
||||
>fun : (...[a, ...b]: Iterable<any>) => void
|
||||
>fun : (__0_0: any, __0_1?: any) => void
|
||||
>a : any
|
||||
>b : any[]
|
||||
|
||||
fun(new FooIterator);
|
||||
>fun(new FooIterator) : void
|
||||
>fun : (...[a, ...b]: Iterable<any>) => void
|
||||
>fun : (__0_0: any, __0_1?: any) => void
|
||||
>new FooIterator : FooIterator
|
||||
>FooIterator : typeof FooIterator
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user