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

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

Issue 8747016: Fix for resolving interface constructors in factory, issue 521. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks for error messages. Created 9 years, 1 month 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: tests/language/src/ClassTest.dart
diff --git a/tests/language/src/ClassTest.dart b/tests/language/src/ClassTest.dart
index 7c092fe2129527527f759c56a2d95d1b9e44d4ae..e0e37296b8c21274fc8303fa5d51408db47811e4 100644
--- a/tests/language/src/ClassTest.dart
+++ b/tests/language/src/ClassTest.dart
@@ -105,7 +105,7 @@ class Sup implements Inter {
return new Sub();
}
- factory Inter.factory() {
+ factory Sup.factory() {
return new Sub();
}

Powered by Google App Engine
This is Rietveld 408576698