mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-26 00:36:29 -05:00
Update test cases
This commit is contained in:
@@ -8,5 +8,4 @@ function baz2([[]] = [[1,2,3]]) { }
|
||||
|
||||
function baz3({}) { }
|
||||
function baz4({} = { x: 10 }) { }
|
||||
function baz5({} = { x: 10, y: { a: 2 }, z: [1,2] }) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user