Index: pkg/compiler/lib/src/closure.dart |
diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart |
index c69a01510b29c4277aadc82cb45fd0e8f3636073..7e64156920ce127b230270b7cb695912d5b80f4e 100644 |
--- a/pkg/compiler/lib/src/closure.dart |
+++ b/pkg/compiler/lib/src/closure.dart |
@@ -23,6 +23,8 @@ import 'tree/tree.dart'; |
import 'util/util.dart'; |
import 'world.dart' show ClosedWorldRefiner; |
+// TODO(johnniwinther,efortuna): Split [ClosureConversionTask] from |
Emily Fortuna
2017/06/19 17:44:41
don't worry. already working on that one. :-)
Johnni Winther
2017/06/20 10:33:12
Acknowledged.
|
+// [ClosureDataLookup]. |
abstract class ClosureConversionTask<T> extends CompilerTask |
implements ClosureDataLookup<T> { |
ClosureConversionTask(Measurer measurer) : super(measurer); |