prettier/tests/flow_type_cast/statement.js

4 lines
47 B
JavaScript

foo: string;
bar: number;
(foo.bar: SomeType);