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

Unified Diff: test/generated_sdk/lib/core/regexp.dart

Issue 959913003: cleanup patch generation to preseve comments and remove @patch (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/generated_sdk/lib/core/object.dart ('k') | test/generated_sdk/lib/core/stopwatch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/core/regexp.dart
diff --git a/test/generated_sdk/lib/core/regexp.dart b/test/generated_sdk/lib/core/regexp.dart
index 5c87a97a95f72b7b628d0c4c53f5cf3405880699..d5ef3db7f6d0137cf80a65a6c5aee396cd223da4 100644
--- a/test/generated_sdk/lib/core/regexp.dart
+++ b/test/generated_sdk/lib/core/regexp.dart
@@ -118,7 +118,12 @@ abstract class Match {
* Iterable<Match> matches = exp.allMatches(str);
*/
abstract class RegExp implements Pattern {
- @patch
+ /**
+ * Constructs a regular expression.
+ *
+ * Throws a [FormatException] if [source] is not valid regular
+ * expression syntax.
+ */
factory RegExp(String source,
{bool multiLine: false,
bool caseSensitive: true})
« no previous file with comments | « test/generated_sdk/lib/core/object.dart ('k') | test/generated_sdk/lib/core/stopwatch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698