prettier/tests/recheck/tmp2b/b0.js

7 lines
84 B
JavaScript

// @flow
class C { x: C; }
class E extends C { x: C; }
module.exports = { C, E };