Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/currency_exchange.dart |
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/currency_exchange.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/currency_exchange.dart |
index a21f43fc274e07b51baab8962ca526d488bb288b..cd64989632ccd798198fafb3de7d5c5219f03165 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/currency_exchange.dart |
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/currency_exchange.dart |
@@ -1,6 +1,7 @@ |
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of Money; |
/** |
* The interface [CurrencyExchange] defines the behavior of classes that can |