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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java

Issue 268673006: Fix for 10469- removal of the ArgumentDefinitionTest Ast node from the analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase before commit Created 6 years, 8 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
index 798d4c566db97190a8a8a35d1fa3c87eb3a1accd..e291e6a75d2dac46d6f6251c37a8c70d5a284513 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
@@ -48,8 +48,6 @@ public enum ParserErrorCode implements ErrorCode {
"A continue statement cannot be used outside of a loop or switch statement"),
CONTINUE_WITHOUT_LABEL_IN_CASE(
"A continue statement in a switch statement must have a label as a target"),
- DEPRECATED_ARGUMENT_DEFINITION_TEST(
- "The argument definition test ('?' operator) has been deprecated"),
DEPRECATED_CLASS_TYPE_ALIAS("The 'typedef' mixin application was replaced with 'class'"),
DIRECTIVE_AFTER_DECLARATION("Directives must appear before any declarations"),
DUPLICATE_LABEL_IN_SWITCH_STATEMENT("The label %s was already used in this switch statement"),

Powered by Google App Engine
This is Rietveld 408576698