915173dc59
This add support for patterns in textual outline by requiring callers to pass an 'enablePatterns' flags. For incremental compilation this is derive from the previously built library. For the textual outline suite this is derived from the experimental flags. Change-Id: Iebf420162c83808e2d0e2acb6e7fc147fec5c617 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/320520 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
f(x) => switch (x) {
|
|
_ => 0,
|
|
};
|