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