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

Unified Diff: frog/leg/warnings.dart

Issue 9703105: Re-land r5529. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « frog/leg/universe.dart ('k') | tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/warnings.dart
diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
index e18c221f23d0f838b014b061654fbc3497787b32..4f0f6870e4e6fac48e10ff0078fccd416c5f21b6 100644
--- a/frog/leg/warnings.dart
+++ b/frog/leg/warnings.dart
@@ -122,6 +122,8 @@ class MessageKind {
'super not allowed here');
static final INVALID_CASE_DEFAULT = const MessageKind(
'default only allowed on last case of a switch');
+ static final INVALID_ARGUMENT_AFTER_NAMED = const MessageKind(
+ 'non-named argument after named argument');
static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
'not a compile-time constant');
« no previous file with comments | « frog/leg/universe.dart ('k') | tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698