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

Unified Diff: tests/compiler/dart2js/inference/enumerator.dart

Issue 2942763002: Late night strong mode cleaning. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | tests/compiler/dart2js/inference/id_equivalence_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/inference/enumerator.dart
diff --git a/tests/compiler/dart2js/inference/enumerator.dart b/tests/compiler/dart2js/inference/enumerator.dart
index 1c524565f91dd54094acc7222bad8aba8f9208d4..fe219cee4ca3f893719a501667f31d9bc5eabc38 100644
--- a/tests/compiler/dart2js/inference/enumerator.dart
+++ b/tests/compiler/dart2js/inference/enumerator.dart
@@ -90,7 +90,7 @@ abstract class AstEnumeratorMixin {
}
NodeId computeNodeId(ast.Send node) {
- var sendStructure = elements.getSendStructure(node);
+ dynamic sendStructure = elements.getSendStructure(node);
if (sendStructure == null) return null;
switch (sendStructure.kind) {
case SendStructureKind.GET:
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | tests/compiler/dart2js/inference/id_equivalence_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698