prettier/tests/flow/type-at-pos/trycatch.js

6 lines
46 B
JavaScript

// @flow
try {
throw "foo";
} catch (e) {}