| 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 bfd4fb2d76a8ddc7cbfc94b2b4eb55a2256eb281..a21f43fc274e07b51baab8962ca526d488bb288b 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
|
| @@ -6,7 +6,7 @@
|
| * The interface [CurrencyExchange] defines the behavior of classes that can
|
| * convert from one currency to another.
|
| */
|
| -interface CurrencyExchange {
|
| +abstract class CurrencyExchange {
|
| int convert(int amount, String sourceCurrency, String targetCurrency);
|
| }
|
|
|
|
|