prettier/tests/flow/include_suppressed/test.js

9 lines
135 B
JavaScript
Raw Normal View History

2017-05-20 13:16:28 +03:00
// @flow
(123: string); // Normal error
// $FlowFixMe
(123: string); // Suppressed error
// $FlowFixMe - unused suppression comment