Skip to content

Commit 2d0eedc

Browse files
scheglovCommit Queue
authored andcommitted
Elements. Keep only AugmentedInstanceElementImpl and subclasses.
Having single implementation of `ClassElement2` (and other elements like it) makes the implementation easier now, and simplifies future changes. Change-Id: Ifd38a8738fff99b7ac0b387140fdd623be18be01 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/392780 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent e25adcf commit 2d0eedc

File tree

18 files changed

+5571
-5691
lines changed

18 files changed

+5571
-5691
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import 'package:meta/meta.dart';
9898
// TODO(scheglov): Clean up the list of implicitly analyzed files.
9999
class AnalysisDriver {
100100
/// The version of data format, should be incremented on every format change.
101-
static const int DATA_VERSION = 409;
101+
static const int DATA_VERSION = 410;
102102

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

0 commit comments

Comments
 (0)