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

Unified Diff: compiler/javatests/com/google/dart/compiler/type/interfaces.dart

Issue 9016026: Moves over remaining .dart code references to 'factory' in interface declartions to 'default' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: compiler/javatests/com/google/dart/compiler/type/interfaces.dart
diff --git a/compiler/javatests/com/google/dart/compiler/type/interfaces.dart b/compiler/javatests/com/google/dart/compiler/type/interfaces.dart
index a8449e51e2cfc3c7b74a7cfcc05e7a0f9ea08656..deccd201b51c4e1a71705328c24908aa1637256e 100644
--- a/compiler/javatests/com/google/dart/compiler/type/interfaces.dart
+++ b/compiler/javatests/com/google/dart/compiler/type/interfaces.dart
@@ -4,7 +4,7 @@
interface Super<T> {}
-interface Sub<S> extends Super<S> factory SubImplementation<S> {
+interface Sub<S> extends Super<S> default SubImplementation<S> {
Sub();
}
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java ('k') | samples/actors/core/actors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698