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

Unified Diff: tests/language/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/syntax_test.dart
diff --git a/tests/language/syntax_test.dart b/tests/language/syntax_test.dart
index c0aa585a395047613768d955f4253d553fd26398..dd150877d55db04d9a737740e83b01936a1783ac 100644
--- a/tests/language/syntax_test.dart
+++ b/tests/language/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
@@ -253,4 +253,3 @@ class C {
void f; // //# 66: compile-time error
static void g; // //# 67: compile-time error
}
-

Powered by Google App Engine
This is Rietveld 408576698