Index: pkg/front_end/messages.yaml |
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
index dcdf49fc8b05a1a14848609188fa64f7b8437b6c..e6d3c5b98d746b9fb28bb04da7c86fd5240aeecc 100644 |
--- a/pkg/front_end/messages.yaml |
+++ b/pkg/front_end/messages.yaml |
@@ -807,3 +807,12 @@ ThisAsIdentifier: |
SuperAsIdentifier: |
template: "Expected identifier, but got 'super'." |
+ |
+SwitchCaseFallThrough: |
+ template: "Switch case may fall through to the next case." |
+ |
+FinalInstanceVariableAlreadyInitialized: |
+ template: "'#name' is a final instance variable that has already been initialized." |
+ |
+FinalInstanceVariableAlreadyInitializedCause: |
+ template: "'#name' was initialized here." |