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

11 lines
316 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`type.js 1`] = `
declare class A<T> extends B<T> mixins C<T> {}
declare class D<T> mixins C<T> {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
declare class A<T> extends B<T> mixins C<T> {}
declare class D<T> mixins C<T> {}
`;