mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Add failing tests for destructuring void
This commit is contained in:
parent
025d826339
commit
9a3149b967
@ -0,0 +1,3 @@
|
||||
// @strictNullChecks: false
|
||||
declare const v: void;
|
||||
const {} = v;
|
||||
@ -0,0 +1,3 @@
|
||||
// @strictNullChecks: true
|
||||
declare const v: void;
|
||||
const {} = v;
|
||||
Loading…
x
Reference in New Issue
Block a user