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

Unified Diff: lib/compiler/implementation/resolver.dart

Issue 11052011: Fix some warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: lib/compiler/implementation/resolver.dart
diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
index 5bf295f31a341f335c44109969a0641b3b7a0f34..b78c2041767456d851884d25cc32fe5f529f0dd4 100644
--- a/lib/compiler/implementation/resolver.dart
+++ b/lib/compiler/implementation/resolver.dart
@@ -2737,7 +2737,7 @@ class ConstructorResolver extends CommonResolverVisitor<Element> {
}
}
-class Scope {
+abstract class Scope {
final Element element;
final Scope parent;

Powered by Google App Engine
This is Rietveld 408576698