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

Unified Diff: pkg/kernel/lib/transformations/closure/mock.dart

Issue 2767773004: Add Vector type to Kernel (Closed)
Patch Set: Add a note to return Run step in Closure Conversion test suite Created 3 years, 9 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/kernel/lib/transformations/closure/mock.dart
diff --git a/pkg/kernel/lib/transformations/closure/mock.dart b/pkg/kernel/lib/transformations/closure/mock.dart
index 031501a5ca2fc28e7ee019e48f73e04085f641c5..eebd4bf9e0d3f8a5910d9c76cabfef9dce0498bc 100644
--- a/pkg/kernel/lib/transformations/closure/mock.dart
+++ b/pkg/kernel/lib/transformations/closure/mock.dart
@@ -47,6 +47,7 @@ import '../../frontend/accessors.dart'
ThisPropertyAccessor,
VariableAccessor;
+/// TODO(dmitryas): make the "[]=" operator return the value.
/// Extend the program with this mock:
///
/// class Context {

Powered by Google App Engine
This is Rietveld 408576698