Skip to content

Commit 1ab3183

Browse files
committed
On by default
1 parent bd42e7f commit 1ab3183

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)