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

Side by Side Diff: packages/dart_style/test/regression/0400/0481.unit

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 4 months 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 >>>
2 class Car extends Vehicle with Doors, Windows, Wheels, Tires,
3 Motor, Hood, Trunk, Roof, Pedals, Gas, Seats, LotsOfFun {
4 // ...
5 }
6 <<<
7 class Car extends Vehicle
8 with
9 Doors,
10 Windows,
11 Wheels,
12 Tires,
13 Motor,
14 Hood,
15 Trunk,
16 Roof,
17 Pedals,
18 Gas,
19 Seats,
20 LotsOfFun {
21 // ...
22 }
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0400/0480.unit ('k') | packages/dart_style/test/regression/0400/0484.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698