We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f5a6e commit 7224b81Copy full SHA for 7224b81
include/swift/Parse/Parser.h
@@ -1351,7 +1351,7 @@ class Parser {
1351
if (!Context.LangOpts.hasFeature(Feature::ASTGenTypes))
1352
return nullptr;
1353
1354
- auto exportedSourceFile = SF.exportedSourceFile;
+ auto exportedSourceFile = SF.getExportedSourceFile();
1355
if (!exportedSourceFile)
1356
1357
0 commit comments