mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable id-as-any.
This commit is contained in:
@@ -161,7 +161,7 @@ namespace swift {
|
||||
bool StripNSPrefix = true;
|
||||
|
||||
/// Should 'id' in Objective-C be imported as 'Any' in Swift?
|
||||
bool EnableIdAsAny = false;
|
||||
bool EnableIdAsAny = true;
|
||||
|
||||
/// Enable the Swift 3 migration via Fix-Its.
|
||||
bool Swift3Migration = false;
|
||||
|
||||
Reference in New Issue
Block a user