Skip to content

Commit e6a9ebb

Browse files
fshcheglovCommit Queue
authored andcommitted
Generate modifier getters/setters for ExecutableFragmentImpl,FieldFragmentImpl, FormalParameterFragmentImpl, FragmentImpl, InterfaceFragmentImpl, MixinFragmentImpl, NonParameterVariableFragmentImpl, and TypeAliasFragmentImpl.
Make generated mixins include their own `hasModifier` and `setModifier`. Create modifier `HAS_IMPLICIT_RETURN_TYPE`, rename modifier `COVARIANT` to `EXPLICITLY_COVARIANT` to make it more precise. Change-Id: I92d4b72949a6f03ef0b1b03f92abcf848545f2a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445400 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 6ed254c commit e6a9ebb

File tree

5 files changed

+324
-196
lines changed

5 files changed

+324
-196
lines changed

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

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

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

0 commit comments

Comments
 (0)