experimentsForTests top-level property
A list of the experiments that are to be enabled for tests.
The list will be empty if there are no experiments that should be enabled.
Experiments should be added to this list when work on a new experiment begins. Experiments should be removed from this list when they are marked as being enabled by default.
The flags in the list are kept in alphabetic order for ease of determining whether a given flag is already included.
Implementation
List<String> experimentsForTests = [
Feature.augmentations.enableString,
Feature.declaring_constructors.enableString,
Feature.enhanced_parts.enableString,
Feature.macros.enableString,
Feature.private_named_parameters.enableString,
Feature.static_extensions.enableString,
Feature.variance.enableString,
];