Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart

Issue 11314019: Using 'interface' and 'abstract' for methods should produce error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698