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