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

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 1932873002: Remove "@informative" annotation on initializers and local functions. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/idl.dart
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
index d83c9ef89b3291cf11f2f66763d815409ead7923..4b785ac44c13e33f48359d2fdda8427ea9b46820 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -1713,7 +1713,6 @@ abstract class UnlinkedExecutable extends base.SummaryClass {
/**
* The list of local functions.
*/
- @informative
@Id(18)
List<UnlinkedExecutable> get localFunctions;
@@ -2624,7 +2623,6 @@ abstract class UnlinkedVariable extends base.SummaryClass {
* The synthetic initializer function of the variable. Absent if the variable
* does not have an initializer.
*/
- @informative
@Id(13)
UnlinkedExecutable get initializer;
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698