Skip to content

Commit 7ade20d

Browse files
scheglovCommit Queue
authored andcommitted
Fine. Add tracking annotations for PropertyInducingElementImpl and subclasses.
Change-Id: Ic45705427898844d4442e88fb0120336b7de6a53 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449060 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent 22075cf commit 7ade20d

File tree

5 files changed

+2196
-148
lines changed

5 files changed

+2196
-148
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ testFineAfterLibraryAnalyzerHook;
106106
// TODO(scheglov): Clean up the list of implicitly analyzed files.
107107
class AnalysisDriver {
108108
/// The version of data format, should be incremented on every format change.
109-
static const int DATA_VERSION = 547;
109+
static const int DATA_VERSION = 548;
110110

111111
/// The number of exception contexts allowed to write. Once this field is
112112
/// zero, we stop writing any new exception contexts in this process.

0 commit comments

Comments
 (0)