mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 21:09:09 -05:00
Accepted baselines.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
tests/cases/conformance/es6/destructuring/destructuringVoidStrictNullChecks.ts(2,7): error TS2532: Object is possibly 'undefined'.
|
||||
tests/cases/conformance/es6/destructuring/destructuringVoidStrictNullChecks.ts(2,7): error TS2797: Object is possibly 'void'.
|
||||
|
||||
|
||||
==== tests/cases/conformance/es6/destructuring/destructuringVoidStrictNullChecks.ts (1 errors) ====
|
||||
declare const v: void;
|
||||
const {} = v;
|
||||
~~
|
||||
!!! error TS2532: Object is possibly 'undefined'.
|
||||
!!! error TS2797: Object is possibly 'void'.
|
||||
|
||||
Reference in New Issue
Block a user