Enable id-as-any.

This commit is contained in:
Joe Groff
2016-07-21 13:11:37 -07:00
parent b9d21b4540
commit 0703b1937f

View File

@@ -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;