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

Unified Diff: pkg/utf/lib/utf.dart

Issue 25428003: Fix warnings and hints. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Less hiding FTW. Created 7 years, 2 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/polymer/lib/platform.dart ('k') | pkg/utf/lib/utf16.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/lib/utf.dart
diff --git a/pkg/utf/lib/utf.dart b/pkg/utf/lib/utf.dart
index 164c34055894e1418fe8e57090500a8594212ec3..002287a8ca3498e9571d5781f063101da373759e 100644
--- a/pkg/utf/lib/utf.dart
+++ b/pkg/utf/lib/utf.dart
@@ -3,12 +3,14 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Support for encoding and decoding Unicode characters in UTF-8, UTF-16, and
+ * Support for encoding and decoding Unicode characters in UTF-8, UTF-16, and
* UTF-32.
*/
library utf;
+
import "dart:async";
import "dart:collection";
+
part "utf_stream.dart";
part "utf8.dart";
part "utf16.dart";
« no previous file with comments | « pkg/polymer/lib/platform.dart ('k') | pkg/utf/lib/utf16.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698