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

Unified Diff: tests/compiler/dart2js/equivalence/id_equivalence_test.dart

Issue 3009903002: Pass in `this` as a free variable to the closure class (Closed)
Patch Set: . Created 3 years, 4 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: tests/compiler/dart2js/equivalence/id_equivalence_test.dart
diff --git a/tests/compiler/dart2js/equivalence/id_equivalence_test.dart b/tests/compiler/dart2js/equivalence/id_equivalence_test.dart
index a089fe6aa115a8646ec45e50ac4bc766f414259e..9abf40623c2da3e1335e41676b08d0c02f49188f 100644
--- a/tests/compiler/dart2js/equivalence/id_equivalence_test.dart
+++ b/tests/compiler/dart2js/equivalence/id_equivalence_test.dart
@@ -83,7 +83,7 @@ void computeAstMemberData(
new ResolvedAstComputer(compiler.reporter, actualMap, resolvedAst).run();
}
-/// Mixin used for0computing a descriptive mapping of the [Id]s in a member.
+/// Mixin used for computing a descriptive mapping of the [Id]s in a member.
class ComputerMixin {
String computeMemberName(String className, String memberName) {
if (className != null) {

Powered by Google App Engine
This is Rietveld 408576698