prettier/tests/flow/iterable/string.js

6 lines
126 B
JavaScript

/* @flow */
("hi": Iterable<string>);
("hi": Iterable<*>);
("hi": Iterable<number>); // Error - string is a Iterable<string>