prettier/tests/flow_mixins/type.js

3 lines
81 B
JavaScript

declare class A<T> extends B<T> mixins C<T> {}
declare class D<T> mixins C<T> {}