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 72ee544 commit 91ae0bfCopy full SHA for 91ae0bf
pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -110,7 +110,7 @@ testFineAfterLibraryAnalyzerHook;
110
// TODO(scheglov): Clean up the list of implicitly analyzed files.
111
class AnalysisDriver {
112
/// The version of data format, should be incremented on every format change.
113
- static const int DATA_VERSION = 464;
+ static const int DATA_VERSION = 467;
114
115
/// The number of exception contexts allowed to write. Once this field is
116
/// zero, we stop writing any new exception contexts in this process.
0 commit comments