Skip to content

Commit

Permalink
enable multi-option context support
Browse files Browse the repository at this point in the history
#53876

Change-Id: Ia6e8fd299685f6049862a7027e9c7734d806e328
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350342
Commit-Queue: Phil Quitslund <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>
  • Loading branch information
pq authored and Commit Queue committed Apr 8, 2024
1 parent d0e4ef7 commit 409fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/context_locator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
/// analysis options file.
///
/// See: https://github.com/dart-lang/sdk/issues/53876
static bool singleOptionContexts = true;
static bool singleOptionContexts = false;

/// The resource provider used to access the file system.
final ResourceProvider resourceProvider;
Expand Down

0 comments on commit 409fa2c

Please sign in to comment.