We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291fb8a commit d087f65Copy full SHA for d087f65
1 file changed
Sources/JExtractSwiftLib/Swift2JavaTranslator.swift
@@ -110,6 +110,7 @@ extension Swift2JavaTranslator {
110
let dataProtocolDecl = (self.symbolTable[.foundationDataProtocol] ?? self.symbolTable[.essentialsDataProtocol])!
111
if self.isUsing(where: { $0 == dataDecl || $0 == dataProtocolDecl }) {
112
visitor.visit(nominalDecl: dataDecl.syntax!.asNominal!, in: nil, sourceFilePath: "Foundation/FAKE_FOUNDATION_DATA.swift")
113
+ visitor.visit(nominalDecl: dataProtocolDecl.syntax!.asNominal!, in: nil, sourceFilePath: "Foundation/FAKE_FOUNDATION_DATAPROTOCOL.swift")
114
}
115
116
0 commit comments