Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Side by Side Diff: packages/dart_style/test/regression/0300/0378.stmt

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 >>> (indent 4)
2 return new js.Fun(parameters, body, asyncModifier: asyncModifier)
3 .withSourceInformation(sourceInformationFactory.forContext(element)
4 .buildDeclaration(element));
5 <<<
6 return new js.Fun(parameters, body, asyncModifier: asyncModifier)
7 .withSourceInformation(sourceInformationFactory
8 .forContext(element)
9 .buildDeclaration(element));
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0300/0373.unit ('k') | packages/dart_style/test/regression/0300/0384.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698