blob: 2c7d4ce6acc9fbac24381a5d890ff8140bc05acd [file] [log] [blame]
// @dart = 2.6
class C extends Iterable<Object> {}
test() {}
main() {}