Skip to content

Commit ee5d80a

Browse files
committed
turn flag on
1 parent 86c5698 commit ee5d80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ namespace swift {
825825

826826
/// If true, forward declarations will be imported using unavailable types
827827
/// instead of dropped altogether when possible.
828-
bool ImportForwardDeclarations = false;
828+
bool ImportForwardDeclarations = true;
829829

830830
/// If true ignore the swift bridged attribute.
831831
bool DisableSwiftBridgeAttr = false;

0 commit comments

Comments
 (0)