Skip to content

Commit 10ae4af

Browse files
Add Upcoming Feature Flag for SE-0411
Add the upcoming feature flag for SE-0411 to the evolution dashboard JavaScript.
1 parent 14cc2c5 commit 10ae4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/swift-evolution.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const upcomingFeatureFlags = new Map([
5151
['SE-0384', 'ImportObjcForwardDeclarations'],
5252
['SE-0401', 'DisableOutwardActorInference'],
5353
['SE-0409', 'InternalImportsByDefault'],
54+
['SE-0411', 'IsolatedDefaultValues'],
5455
])
5556

5657
/** Storage for the user's current selection of filters when filtering is toggled off. */

0 commit comments

Comments
 (0)