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

Unified Diff: test/regression/121.stmt

Issue 1000513002: Tweak formatting rules. Fix #211. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update changelog. 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 | « lib/src/source_visitor.dart ('k') | test/regression/211.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/121.stmt
diff --git a/test/regression/121.stmt b/test/regression/121.stmt
index b381bdf043dc1675c22ba3198b9a627543661af8..e834810b3aeee9038683d633a3cf3e2f207b56e6 100644
--- a/test/regression/121.stmt
+++ b/test/regression/121.stmt
@@ -14,7 +14,9 @@
if (!firstArgument.isString) {
DartType type = defaultValue.getType(compiler.coreTypes);
compiler.reportFatalError(send.arguments.head,
- MessageKind.NOT_ASSIGNABLE,
- {'fromType': type, 'toType': compiler.stringClass.rawType});
+ MessageKind.NOT_ASSIGNABLE, {
+ 'fromType': type,
+ 'toType': compiler.stringClass.rawType
+ });
return null;
}
« no previous file with comments | « lib/src/source_visitor.dart ('k') | test/regression/211.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698