prettier/tests/flow/call_caching2/__snapshots__/jsfmt.spec.js.snap

17 lines
320 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
// @flow
function Foo(items: ?Iterable<number>) {
Iterable(items || []).size;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// @flow
function Foo(items: ?Iterable<number>) {
Iterable(items || []).size;
}
`;