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

Side by Side Diff: sdk/lib/core/core.dart

Issue 12295014: Remove deprecated Strings class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/_internal/dartdoc/test/markdown_test.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library dart.core; 5 library dart.core;
6 6
7 import "dart:collection"; 7 import "dart:collection";
8 import "dart:_collection-dev"; 8 import "dart:_collection-dev";
9 9
10 part "bool.dart"; 10 part "bool.dart";
(...skipping 18 matching lines...) Expand all
29 part "object.dart"; 29 part "object.dart";
30 part "options.dart"; 30 part "options.dart";
31 part "pattern.dart"; 31 part "pattern.dart";
32 part "print.dart"; 32 part "print.dart";
33 part "regexp.dart"; 33 part "regexp.dart";
34 part "set.dart"; 34 part "set.dart";
35 part "stopwatch.dart"; 35 part "stopwatch.dart";
36 part "string.dart"; 36 part "string.dart";
37 part "string_buffer.dart"; 37 part "string_buffer.dart";
38 part "string_sink.dart"; 38 part "string_sink.dart";
39 part "strings.dart";
40 part "type.dart"; 39 part "type.dart";
OLDNEW
« no previous file with comments | « sdk/lib/_internal/dartdoc/test/markdown_test.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698