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

Unified Diff: test/regression/0000/0000.stmt

Issue 1252323003: Allow arguments before and after block-formatted functions. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update pubspec and changelog. Created 5 years, 5 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 | « pubspec.yaml ('k') | test/regression/0000/0050.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/0000/0000.stmt
diff --git a/test/regression/0000/0000.stmt b/test/regression/0000/0000.stmt
index ac9cf4d98c7d31d4a243cf654e5a6253ba6dbb75..8edbac49ff1ab7d68cbfe8bc16284bcc23ce7a27 100644
--- a/test/regression/0000/0000.stmt
+++ b/test/regression/0000/0000.stmt
@@ -41,8 +41,7 @@ _log(
DartType type = localsHandler.substInContext(member.type);
constructorArguments.add(potentiallyCheckOrTrustType(value, type));
}
- },
- includeSuperAndInjectedMembers: true);
+ }, includeSuperAndInjectedMembers: true);
>>> (indent 6)
HLoopBlockInformation info = new HLoopBlockInformation(
HLoopBlockInformation.loopType(loop),
« no previous file with comments | « pubspec.yaml ('k') | test/regression/0000/0050.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698