Skip to content

Instantly share code, notes, and snippets.

@s0nerik
Created May 14, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0nerik/072378d4af43992e99810a6c94bad00a to your computer and use it in GitHub Desktop.
Save s0nerik/072378d4af43992e99810a6c94bad00a to your computer and use it in GitHub Desktop.
Dart sucks
void main() {
final iterable = [1].map((x) => x * 2);
x(iterable);
}
void x(List<int> ints) {
print('Hello');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment