prettier/tests/typescript_symbol/__snapshots__/jsfmt.spec.js.snap

9 lines
262 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`symbol.ts - typescript-verify 1`] = `
function test(abc: Map<symbol, string>) {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function test(abc: Map<symbol, string>) {}
`;