prettier/tests/flow_object_comment/flow_object_comment.js

12 lines
126 B
JavaScript

export default (
{
foo,
bar
}: {
// comment
foo?: Object,
// comment 2
bar?: Object,
},
) => {}