prettier/tests/flow/missing_annotation/array.js

6 lines
64 B
JavaScript

// @flow
type Foo = {};
var f: Foo = {};
export var arr = [f];