Chromium Code Reviews
DescriptionBetter casting of for-in loops.
Generate a cast for each element, so that code like this can be
handled correctly:
for (String s in <dynamic>["a", "b", "c"]) { ... }
Fixes #25916.
R=vsm@google.com
Committed: https://github.com/dart-lang/sdk/commit/bf4765009a5004fe1b9e2d1a09b84d41863a652f
Patch Set 1 #
Total comments: 8
Patch Set 2 : Handle supertypes of Iterable and Stream. #
Messages
Total messages: 12 (2 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||