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

Unified Diff: sdk/lib/core/regexp.dart

Issue 36073010: Remove deprecated 'str' getter on Match. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated expectations. 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 | « sdk/lib/_internal/lib/string_helper.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/regexp.dart
diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart
index f3b015eb1f71ae17687426100faf7624ec0e7295..840754e50f92507d7a29a94f7a42df53a55366a7 100644
--- a/sdk/lib/core/regexp.dart
+++ b/sdk/lib/core/regexp.dart
@@ -86,14 +86,6 @@ abstract class Match {
String get input;
/**
- * Deprecated alias for [input].
- *
- * Will be removed soon.
- */
- @deprecated
- String get str;
-
- /**
* The pattern used to search in [input].
*/
Pattern get pattern;
« no previous file with comments | « sdk/lib/_internal/lib/string_helper.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698