mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Accepted baselines.
This commit is contained in:
parent
add2833769
commit
6784c6ebe0
@ -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'.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user