We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7f517 commit 9974252Copy full SHA for 9974252
pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -95,7 +95,7 @@ import 'package:meta/meta.dart';
95
// TODO(scheglov): Clean up the list of implicitly analyzed files.
96
class AnalysisDriver {
97
/// The version of data format, should be incremented on every format change.
98
- static const int DATA_VERSION = 366;
+ static const int DATA_VERSION = 367;
99
100
/// The number of exception contexts allowed to write. Once this field is
101
/// zero, we stop writing any new exception contexts in this process.
0 commit comments