Skip to content

Commit 78e1278

Browse files
committed
Elements. Remove augmentationSubstitution.
Change-Id: Ic90906b72b6f8344a4142b39d3b1975e58348f79 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416324 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Phil Quitslund <[email protected]>
1 parent a54c211 commit 78e1278

File tree

4 files changed

+19
-153
lines changed

4 files changed

+19
-153
lines changed

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

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

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

0 commit comments

Comments
 (0)