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

Unified Diff: test/generated_sdk/lib/convert/utf.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/convert/json.dart ('k') | test/generated_sdk/lib/core/bool.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/convert/utf.dart
diff --git a/test/generated_sdk/lib/convert/utf.dart b/test/generated_sdk/lib/convert/utf.dart
index ba5bbbb510e7aab406de7c010d9739c8d7da924f..eaf01fc61a3fa6341d20e3a6610e7a70f227743b 100644
--- a/test/generated_sdk/lib/convert/utf.dart
+++ b/test/generated_sdk/lib/convert/utf.dart
@@ -360,7 +360,6 @@ class Utf8Decoder extends Converter<List<int>, String> {
// Override the base-classes bind, to provide a better type.
Stream<String> bind(Stream<List<int>> stream) => super.bind(stream);
- @patch
Converter<List<int>,dynamic> fuse(Converter<String, dynamic> next) {
return super.fuse(next);
}
« no previous file with comments | « test/generated_sdk/lib/convert/json.dart ('k') | test/generated_sdk/lib/core/bool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698