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

Unified Diff: dart/tests/language/src/ClassTest.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
Index: dart/tests/language/src/ClassTest.dart
diff --git a/dart/tests/language/src/ClassTest.dart b/dart/tests/language/src/ClassTest.dart
index e0e37296b8c21274fc8303fa5d51408db47811e4..41c2b1f3bc0e5cb15e8d45f9f4ae5f347a5b2f75 100644
--- a/dart/tests/language/src/ClassTest.dart
+++ b/dart/tests/language/src/ClassTest.dart
@@ -87,7 +87,7 @@ class ClassTest {
}
}
-interface Inter factory Sup {
+interface Inter default Sup {
Inter.named();
Inter.fromInt(int x);
Inter(int x);
« no previous file with comments | « dart/tests/language/src/BlackListedTest.dart ('k') | dart/tests/language/src/ConstConstructor1NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698