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." |