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

Unified Diff: tests/language_strong/syntax_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 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
Index: tests/language_strong/syntax_test.dart
diff --git a/tests/language_strong/syntax_test.dart b/tests/language_strong/syntax_test.dart
index 5d0f3da77d3485f7bc869fd787a22825286b4fd9..d7224cbff22e9d79a3d3e2124b8fd49f6d17901a 100644
--- a/tests/language_strong/syntax_test.dart
+++ b/tests/language_strong/syntax_test.dart
@@ -220,7 +220,7 @@ main() {
optionalArg([x]) {}
optionalArg(
void (var i) {} //# 55: compile-time error
- );
+ );
function __PROTO__$(...args) { return 12; } //# 56: compile-time error
G<> t; //# 57: compile-time error

Powered by Google App Engine
This is Rietveld 408576698