| 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 dee8034a50c0735d481d69e177ec56537ecb34df..bf418a6b7a95bc2aef5478b168b561e2d02acee7 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,5 +1,3 @@
|
| -import "package:meta/lib/meta.dart";
|
| -
|
| final xs = [1, 2, 3, 4, 5];
|
| const howMany = 3;
|
|
|
| @@ -33,4 +31,4 @@ long string
|
| String x = "prefix $rs${ls.substring(3, qk)} suffix";
|
| return x;
|
| }
|
| -}
|
| +}
|
|
|