mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Accept new baselines
This commit is contained in:
@@ -7,7 +7,7 @@ function f1([a], {b}, c, d) { // error
|
||||
>d : any
|
||||
}
|
||||
function f2([a = undefined], {b = null}, c = undefined, d = null) { // error
|
||||
>f2 : ([a]: [any], { b }: { b?: null; }, c?: any, d?: any) => void
|
||||
>f2 : ([a]: [any], { b }: { b?: any; }, c?: any, d?: any) => void
|
||||
>a : any
|
||||
>undefined : undefined
|
||||
>b : any
|
||||
|
||||
Reference in New Issue
Block a user