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