prettier/tests/flow_generic/generic.js

3 lines
49 B
JavaScript
Raw Normal View History

const identity = <T>(t: T): T => t;
const a = 1;