prettier/tests/flow/destructuring/eager.js

3 lines
74 B
JavaScript

var x;
({x} = null); // error, property `x` can not be accessed on `null`