prettier/tests/flow/predicates-parsing/fail-1.js

6 lines
90 B
JavaScript

// @flow
// Error: no return statement
function f6(x: mixed): %checks (x !== null) { }