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

Unified Diff: test/generated_sdk/lib/internal/symbol.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/internal/print.dart ('k') | test/generated_sdk/lib/math/math.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/internal/symbol.dart
diff --git a/test/generated_sdk/lib/internal/symbol.dart b/test/generated_sdk/lib/internal/symbol.dart
index 6437f012d4aa1d05ee85254f055e75c5bc3a5c74..7978aef173247a52eb40bc29e97a070caabc13a0 100644
--- a/test/generated_sdk/lib/internal/symbol.dart
+++ b/test/generated_sdk/lib/internal/symbol.dart
@@ -98,7 +98,6 @@ class Symbol implements core.Symbol {
static final RegExp symbolPattern = new RegExp(
'^(?:$operatorRE\$|$identifierRE(?:=?\$|[.](?!\$)))+?\$');
- @patch
const Symbol(String name)
: this._name = name;
« no previous file with comments | « test/generated_sdk/lib/internal/print.dart ('k') | test/generated_sdk/lib/math/math.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698