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

Unified Diff: dart/tests/language/src/FactoryImplementationTest.dart

Issue 8958011: One more factory -> default pass. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « dart/tests/language/src/Factory3Test.dart ('k') | dart/tests/language/src/FactoryNegativeTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/src/FactoryImplementationTest.dart
diff --git a/dart/tests/language/src/FactoryImplementationTest.dart b/dart/tests/language/src/FactoryImplementationTest.dart
index 06d68d76e68fb542089e110ca6af560356533a88..249a1e8c6b456f406ff9364220be57009dbc937b 100644
--- a/dart/tests/language/src/FactoryImplementationTest.dart
+++ b/dart/tests/language/src/FactoryImplementationTest.dart
@@ -2,11 +2,11 @@
// 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.
-interface A factory B {
+interface A default B {
A(int x, int y);
}
-interface X factory B {
+interface X default B {
X(int x, int y);
}
« no previous file with comments | « dart/tests/language/src/Factory3Test.dart ('k') | dart/tests/language/src/FactoryNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698