blob: 7712280d1ee4046c4f384e3dc16f87fd94db7021 [file] [log] [blame]
Iterable<int> getElements() sync* {}
main() => print(getElements());