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

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

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 >>>
2 class ListResultDescriptor {
3 factory ListResultDescriptor(String name, List<E> defaultValue,
4 {ResultCachingPolicy<
5 List<E>> cachingPolicy}) = ListResultDescriptorImpl<E>;
6 }
7 <<<
8 class ListResultDescriptor {
9 factory ListResultDescriptor(String name, List<E> defaultValue,
10 {ResultCachingPolicy<List<E>> cachingPolicy}) =
11 ListResultDescriptorImpl<E>;
12 }
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0400/0474.unit ('k') | packages/dart_style/test/regression/other/analysis_server.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698