From ee5d80a1039d80caf0758c449ce274042acb4756 Mon Sep 17 00:00:00 2001 From: Nuri Amari Date: Wed, 8 Mar 2023 21:44:33 -0800 Subject: [PATCH] turn flag on --- include/swift/Basic/LangOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/swift/Basic/LangOptions.h b/include/swift/Basic/LangOptions.h index 695533e6774e4..6b99ecac5a537 100644 --- a/include/swift/Basic/LangOptions.h +++ b/include/swift/Basic/LangOptions.h @@ -825,7 +825,7 @@ namespace swift { /// If true, forward declarations will be imported using unavailable types /// instead of dropped altogether when possible. - bool ImportForwardDeclarations = false; + bool ImportForwardDeclarations = true; /// If true ignore the swift bridged attribute. bool DisableSwiftBridgeAttr = false;