/* @flow */ var stringTest1: Iterable = "hi"; var stringTest3: Iterable<*> = "hi"; var stringTest3: Iterable = "hi"; // Error - string is a Iterable