Skip to content

Commit 2e5113b

Browse files
committed
Turn the flag on
1 parent 1bbcc64 commit 2e5113b

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
@@ -806,7 +806,7 @@ namespace swift {
806806

807807
/// If true, forward declarations will be imported using unavailable types
808808
/// instead of dropped altogether when possible.
809-
bool ImportForwardDeclarations = false;
809+
bool ImportForwardDeclarations = true;
810810

811811
/// If true ignore the swift bridged attribute.
812812
bool DisableSwiftBridgeAttr = false;

0 commit comments

Comments
 (0)