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