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

Unified Diff: dart/tests/language/src/ConstConstructor1NegativeTest.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/ClassTest.dart ('k') | dart/tests/language/src/DefaultFactoryLibrary.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/src/ConstConstructor1NegativeTest.dart
diff --git a/dart/tests/language/src/ConstConstructor1NegativeTest.dart b/dart/tests/language/src/ConstConstructor1NegativeTest.dart
index 1f0f0c477e3b7113363b62d920ebe89109730490..fa4dc2e7a14ec4de067a77fa68463bd4db91c5da 100644
--- a/dart/tests/language/src/ConstConstructor1NegativeTest.dart
+++ b/dart/tests/language/src/ConstConstructor1NegativeTest.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Check that class allocated via 'const' has a const constructor.
-interface I factory C {
+interface I default C {
I(int i);
}
« no previous file with comments | « dart/tests/language/src/ClassTest.dart ('k') | dart/tests/language/src/DefaultFactoryLibrary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698