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

Unified Diff: pkg/compiler/lib/src/closure.dart

Issue 1173403002: dart2js: Fix hints in code base. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Updated to latest revision Created 5 years, 6 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: pkg/compiler/lib/src/closure.dart
diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart
index 1b59ee36689b20d639e2ea3c9478ad53e7807b94..49c0eaec0eba6669f7b6559485ce84fbb58ad719 100644
--- a/pkg/compiler/lib/src/closure.dart
+++ b/pkg/compiler/lib/src/closure.dart
@@ -88,7 +88,7 @@ class ClosureTask extends CompilerTask {
/// Common interface for [BoxFieldElement] and [ClosureFieldElement] as
/// non-elements.
-abstract class CapturedVariable {}
+abstract class CapturedVariable implements Element {}
// TODO(ahe): These classes continuously cause problems. We need to
// find a more general solution.
« no previous file with comments | « no previous file | pkg/compiler/lib/src/compile_time_constants.dart » ('j') | pkg/compiler/lib/src/source_file_provider.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698