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: tests/language/type_promotion_closure_test.dart

Issue 47513007: Fix the more specific relation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase + fix test/status Created 7 years, 2 months 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 | « tests/language/language_analyzer2.status ('k') | tests/language/type_promotion_functions_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_promotion_closure_test.dart
diff --git a/tests/language/type_promotion_closure_test.dart b/tests/language/type_promotion_closure_test.dart
index 5c32a77a546ff01e363ae4c4b93b1635fc3eddde..bb514daaf2196a180dbd4b8ccf3f9f6da6c4db1d 100644
--- a/tests/language/type_promotion_closure_test.dart
+++ b/tests/language/type_promotion_closure_test.dart
@@ -17,7 +17,7 @@ class C extends B {
class D extends A {
var d = "d";
}
-class E implements C, D {
+class E extends D implements C {
var a = "";
var b = "";
var c = "";
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/type_promotion_functions_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698