prettier/tests/flow/union_new/test17.js

8 lines
75 B
JavaScript

// @noflow
// Array#concat
[].concat([]);
([].concat([0,1])[1]: string)