We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb980e commit 9071351Copy full SHA for 9071351
include/swift/Basic/Features.def
@@ -121,7 +121,7 @@ EXPERIMENTAL_FEATURE(TypeWitnessSystemInference, false)
121
EXPERIMENTAL_FEATURE(LayoutPrespecialization, true)
122
123
EXPERIMENTAL_FEATURE(ModuleInterfaceExportAs, true)
124
-EXPERIMENTAL_FEATURE(AccessLevelOnImport, false)
+EXPERIMENTAL_FEATURE(AccessLevelOnImport, true)
125
126
/// Whether to enable experimental layout string value witnesses
127
EXPERIMENTAL_FEATURE(LayoutStringValueWitnesses, true)
0 commit comments