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

Unified Diff: pkg/compiler/tool/dart2js_profile_many.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
« no previous file with comments | « pkg/compiler/testing.json ('k') | pkg/compiler/tool/track_memory.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/tool/dart2js_profile_many.dart
diff --git a/pkg/compiler/tool/dart2js_profile_many.dart b/pkg/compiler/tool/dart2js_profile_many.dart
index fed5e21117551420e641f0ef6266face926c103e..9b3d1c279362bb506730e1719583dc3275311d1e 100644
--- a/pkg/compiler/tool/dart2js_profile_many.dart
+++ b/pkg/compiler/tool/dart2js_profile_many.dart
@@ -20,8 +20,8 @@ printUsage() {
}
void main(List<String> args) {
- List options = [];
- List files = [];
+ var options = <String>[];
+ var files = <String>[];
for (String arg in args) {
if (arg.startsWith('-')) {
« no previous file with comments | « pkg/compiler/testing.json ('k') | pkg/compiler/tool/track_memory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698