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

Unified Diff: tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Got rid of some problems. Created 9 years 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: tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
diff --git a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
index 319d23bb3ca6e8a00810c16d9f0f8d923eb52b9c..158f3d5884a2617feade75d9847a2711a3622cc0 100644
--- a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
+++ b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
@@ -7,7 +7,7 @@
#library("MintMakerPromiseWithStubsTest-generatedTest");
#import("../../isolate/src/TestFramework.dart");
-interface Mint factory MintImpl {
+interface Mint default MintImpl {
Mint();
@@ -15,7 +15,7 @@ interface Mint factory MintImpl {
}
-interface Purse factory PurseImpl {
+interface Purse default PurseImpl {
Purse();

Powered by Google App Engine
This is Rietveld 408576698