prettier/tests/flow/shape/shadow.js

4 lines
52 B
JavaScript

var o = {};
(o.p: string);
(o: $Shape<{p:string}>);