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

Unified Diff: samples/ui_lib/util/Uri.dart

Issue 10855140: Issue 3562. Analyzer should not warn about shadowing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: samples/ui_lib/util/Uri.dart
diff --git a/samples/ui_lib/util/Uri.dart b/samples/ui_lib/util/Uri.dart
index d99deb2c1dac1d7ca05e48e117d52b07b2d8470e..fe3f3670f2a61124287ee8aff47dbc3cc74c9e2a 100644
--- a/samples/ui_lib/util/Uri.dart
+++ b/samples/ui_lib/util/Uri.dart
@@ -73,5 +73,5 @@ class Uri extends uri.Uri {
.replaceAll('%20', ' ');
}
- Uri.fromString(String uri) : super.fromString(uri);
+ Uri.fromString(String uriString) : super.fromString(uriString);
}
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/index/AnalysisMarkerManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698