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 8c84992 commit ab4f8e5Copy full SHA for ab4f8e5
swift/extractor/infra/SwiftBodyEmissionStrategy.cpp
@@ -26,6 +26,7 @@ bool SwiftBodyEmissionStrategy::shouldEmitDeclBody(const swift::Decl& decl) {
26
}
27
if (auto context = decl.getDeclContext()) {
28
return currentPrimarySourceFile == context->getParentSourceFile();
29
+ //Nothing
30
31
return false;
32
0 commit comments