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

Unified Diff: pkg/front_end/messages.yaml

Issue 2974933002: Remove deprecated_internalProblem. (Closed)
Patch Set: Created 3 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: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index eaf50306b5fc8761932c2e427a393023b81ad27d..9e29489bb85f29c978757ccd9ea53ca28f01f86d 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -583,3 +583,33 @@ Unexpected:
Unsupported:
template: "Internal error: Unsupported operation: '#name'."
+
+InternalProblemSuperclassNotFound:
+ template: "Internal error: Superclass not found '#name'."
+
+InternalProblemNotFound:
+ template: "Internal error: Couldn't find '#name'."
+
+InternalProblemNotFoundIn:
+ template: "Internal error: Couldn't find '#name' in '#name2'."
+
+InternalProblemPrivateConstructorAccess:
+ template: "Internal error: Can't access private constructor '#name'."
+
+InternalProblemConstructorNotFound:
+ template: "Internal error: No constructor named '#name' in '#uri'."
+
+InternalProblemExtendingUnmodifiableScope:
+ template: "Can't extend an unmodifiable scope."
+
+InternalProblemPreviousTokenNotFound:
+ template: "Couldn't find previous token."
+
+InternalProblemStackNotEmpty:
+ template: "Internal error: #name.stack isn't empty:\n #string"
+
+InternalProblemAlreadyInitialized:
+ template: "Internal error: Attempt to set initializer on field without initializer."
+
+InternalProblemBodyOnAbstractMethod:
+ template: "Internal error: Attempting to set body on abstract method."

Powered by Google App Engine
This is Rietveld 408576698