Skip to content

Commit ab4f8e5

Browse files
committed
Swift: Test
1 parent 8c84992 commit ab4f8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/extractor/infra/SwiftBodyEmissionStrategy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ bool SwiftBodyEmissionStrategy::shouldEmitDeclBody(const swift::Decl& decl) {
2626
}
2727
if (auto context = decl.getDeclContext()) {
2828
return currentPrimarySourceFile == context->getParentSourceFile();
29+
//Nothing
2930
}
3031
return false;
3132
}

0 commit comments

Comments
 (0)