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

Unified Diff: tests/lib_strong/html/input_element_test.dart

Issue 2806543002: Issue 29186. Make several top-level variables explicitly 'dynamic'. (Closed)
Patch Set: Created 3 years, 8 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 | « tests/language_strong/language_strong.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/input_element_test.dart
diff --git a/tests/lib_strong/html/input_element_test.dart b/tests/lib_strong/html/input_element_test.dart
index c186399d913d38ec0854c736754552ba0a559550..544c2c132b56eea1ab40907550097ceb091ec755 100644
--- a/tests/lib_strong/html/input_element_test.dart
+++ b/tests/lib_strong/html/input_element_test.dart
@@ -189,4 +189,4 @@ main() {
});
}
-var _undefined = (() => new List(5)[0])();
+dynamic _undefined = (() => new List(5)[0])();
« no previous file with comments | « tests/language_strong/language_strong.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698