Skip to content

Commit 22da6ed

Browse files
pqCommit Queue
authored and
Commit Queue
committed
enable multi-option contexts
See: #53876 With 0199e9d landed addressing #55413, this *should* now be safe to land. Change-Id: I2c2a8d47ae0ede04f5de56b558f5e61778bf05f3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364020 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent 79faded commit 22da6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
3131
/// analysis options file.
3232
///
3333
/// See: https://github.com/dart-lang/sdk/issues/53876
34-
static bool singleOptionContexts = true;
34+
static bool singleOptionContexts = false;
3535

3636
/// The resource provider used to access the file system.
3737
final ResourceProvider resourceProvider;

0 commit comments

Comments
 (0)