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

Unified Diff: tests/compiler/dart2js/type_combination_test.dart

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. 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
Index: tests/compiler/dart2js/type_combination_test.dart
diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart
index 35ab04d0e8e16d3466d79fa3a199ce631b30dd69..2322fe86689c52c9cef426663168879b3523ab68 100644
--- a/tests/compiler/dart2js/type_combination_test.dart
+++ b/tests/compiler/dart2js/type_combination_test.dart
@@ -750,7 +750,7 @@ void main() {
WorldImpactBuilderImpl impactBuilder = new WorldImpactBuilderImpl();
LibraryElement interceptorsLibrary =
compiler.resolution.commonElements.interceptorsLibrary;
- interceptorsLibrary.forEachLocalMember((element) {
+ interceptorsLibrary.forEachLocalMember((dynamic element) {
if (element.isClass) {
element.ensureResolved(compiler.resolution);
impactBuilder

Powered by Google App Engine
This is Rietveld 408576698