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

Unified Diff: test/dart_codegen/expect/convert/html_escape.dart

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 9 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/dart_codegen/expect/convert/encoding.dart ('k') | test/dart_codegen/expect/convert/json.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/convert/html_escape.dart
diff --git a/test/dart_codegen/expect/convert/html_escape.dart b/test/dart_codegen/expect/convert/html_escape.dart
index f637834fb300551b6b40b60a14e0ecce052e0bcb..c4ea21b096e651161ad09aa092d50cb6bf862faf 100644
--- a/test/dart_codegen/expect/convert/html_escape.dart
+++ b/test/dart_codegen/expect/convert/html_escape.dart
@@ -53,7 +53,7 @@ sink = new StringConversionSink.from(sink);
}
return new _HtmlEscapeSink(this, DEVC$RT.cast(sink, DEVC$RT.type((Sink<String> _) {
}
-), StringConversionSink, "CastGeneral", """line 79, column 38 of dart:convert/html_escape.dart: """, sink is StringConversionSink, true));
+), StringConversionSink, "ImplicitCast", """line 79, column 38 of dart:convert/html_escape.dart: """, sink is StringConversionSink, true));
}
}
class _HtmlEscapeSink extends StringConversionSinkBase {final HtmlEscape _escape;
« no previous file with comments | « test/dart_codegen/expect/convert/encoding.dart ('k') | test/dart_codegen/expect/convert/json.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698