Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart |
| diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart b/editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart |
| index dbdbc5d5609e5e393df66e7725e131b0b0c7b8d1..dee8034a50c0735d481d69e177ec56537ecb34df 100644 |
| --- a/editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart |
| +++ b/editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart |
| @@ -1,3 +1,5 @@ |
| +import "package:meta/lib/meta.dart"; |
| + |
| final xs = [1, 2, 3, 4, 5]; |
| const howMany = 3; |