| Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
|
| index db3d3ba00e7e6dc22799404f605bf7c0a36a972b..ea0a570b6c6c9587e05c52fe3dd05a3fc887c42e 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
|
| @@ -13,7 +13,7 @@
|
| * The interface [Money] defines the behavior of objects representing a monitary
|
| * quantity.
|
| */
|
| -interface Money {
|
| +abstract class Money {
|
| Money operator +(Money money);
|
|
|
| Money addComplexMoney(ComplexMoney money);
|
|
|