Move extension methods experiment to shipped list

Closes https://github.com/dart-lang/sdk/pull/42157
https://github.com/dart-lang/sdk/pull/42157

GitOrigin-RevId: 8280428d9fb4d4c436cd5fcf87c89137d3966551
Change-Id: I99b1747d6cc43e858b6e1b9f6a05178fb823d53f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149686
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
This commit is contained in:
Michael Thomsen 2020-06-02 12:43:21 +00:00 committed by commit-bot@chromium.org
parent 66da37dd01
commit 91e4856905

View file

@ -80,10 +80,6 @@
current-version: 2.9
features:
extension-methods:
help: "Extension Methods"
enabledIn: '2.6.0'
non-nullable:
help: "Non Nullable by default"
@ -101,6 +97,10 @@ features:
# on the command line, and will eventually be removed.
#
extension-methods:
help: "Extension Methods"
enabledIn: '2.6.0'
constant-update-2018:
help: "Enhanced constant expressions"
enabledIn: '2.4.1'