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

Unified Diff: tests/compiler/dart2js_extra/invalid_annotation_test.dart

Issue 2068003002: dart2js: allow trailing commas in parameter and argument lists (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: respond to comments Created 4 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
Index: tests/compiler/dart2js_extra/invalid_annotation_test.dart
diff --git a/tests/compiler/dart2js_extra/invalid_annotation_test.dart b/tests/compiler/dart2js_extra/invalid_annotation_test.dart
index 5e0285a86700691fd1afa9c2a8fec80583fcba15..50e8e6f6a027e596b209bc9b0bf4409eee9e9867 100644
--- a/tests/compiler/dart2js_extra/invalid_annotation_test.dart
+++ b/tests/compiler/dart2js_extra/invalid_annotation_test.dart
@@ -8,7 +8,7 @@
// annotation had a syntax error.
@Deprecated("m"
-, /// 01: compile-time error
+,, /// 01: compile-time error
)
class A {}
« no previous file with comments | « tests/compiler/dart2js_extra/invalid_annotation2_test.dart ('k') | tests/language/arg_param_trailing_comma_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698