prettier/tests/flow_type_cast/statement.js

4 lines
47 B
JavaScript
Raw Normal View History

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