Created
May 14, 2020 14:09
-
-
Save s0nerik/072378d4af43992e99810a6c94bad00a to your computer and use it in GitHub Desktop.
Dart sucks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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