Chromium Code Reviews

Side by Side Diff: packages/dart_style/test/regression/0200/0223.stmt

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 >>>
2 Foo barBaz() => new Quux({
3 'alpha.beta.gamma': [
4 new Zuul({'yarrr': Abracadabra.OPEN_SESAME,}, {
5 'toil': {'trouble': {'fireBurn': {'cauldronBubble': EYE_OF_NEWT,}}}
6 })
7 ]
8 });
9 <<<
10 Foo barBaz() => new Quux({
11 'alpha.beta.gamma': [
12 new Zuul({
13 'yarrr': Abracadabra.OPEN_SESAME,
14 }, {
15 'toil': {
16 'trouble': {
17 'fireBurn': {'cauldronBubble': EYE_OF_NEWT,}
18 }
19 }
20 })
21 ]
22 });
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0200/0222.stmt ('k') | packages/dart_style/test/regression/0200/0224.stmt » ('j') | no next file with comments »

Powered by Google App Engine