Index: pkg/front_end/messages.yaml |
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
index b0a3d1c618dcf5a985b8518df87e9c5d50f2c21c..30240788d1de6ae9bde1caaf30f9b3579732bd78 100644 |
--- a/pkg/front_end/messages.yaml |
+++ b/pkg/front_end/messages.yaml |
@@ -823,6 +823,9 @@ SdkRootNotFound: |
SdkSummaryNotFound: |
template: "SDK summary not found: #uri." |
+SdkSpecificationNotFound: |
+ template: "SDK libraries specification not found: #uri." |
ahe
2017/08/03 11:58:16
Consider adding something like this:
tip: "Normal
Siggi Cherem (dart-lang)
2017/08/05 00:41:02
Done.
|
+ |
ThisAccessInFieldInitializer: |
template: "Can't access 'this' in a field initializer to read '#name'." |