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

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

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. 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/deferred_follow_implicit_super_regression_test.dart
diff --git a/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart b/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
index 8c251897ecf93ab8583e7c748560a52685047d95..6b10ed325f9461800a09d3ba4a5e9d6566d08450 100644
--- a/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
+++ b/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
@@ -25,7 +25,7 @@ void main() {
var outputUnitForElement = compiler.deferredLoadTask.outputUnitForElement;
- var lib = lookupLibrary("memory:lib.dart");
+ dynamic lib = lookupLibrary("memory:lib.dart");
var a = lib.find("a");
var b = lib.find("b");
var c = lib.find("c");

Powered by Google App Engine
This is Rietveld 408576698