Chromium Code Reviews
Descriptionfix analyzer failing resolve loop variable nodes
for example: `var item; for (item in list) { ... }`
this happens anytime ResolutionCopier is used on these, because it drops the staticElement reference for `item` in the above example.
R=vsm@google.com
Committed: https://github.com/dart-lang/sdk/commit/95d5bf471c8d62353d110d2a184e5dc0ffd9941d
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||