We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b9299 commit 4efd9b5Copy full SHA for 4efd9b5
2 files changed
Sources/JExtractSwift/Swift2JavaTranslator+JavaBindingsPrinting.swift
@@ -39,7 +39,7 @@ extension Swift2JavaTranslator {
39
printFuncDowncallMethod(&printer, decl)
40
}
41
42
- /// Printer FFM Java binding descriptors for the imported Swift API.
+ /// Print FFM Java binding descriptors for the imported Swift API.
43
func printJavaBindingDescriptorClass(
44
_ printer: inout CodePrinter,
45
_ decl: ImportedFunc
Sources/JExtractSwift/SwiftThunkTranslator.swift
@@ -116,7 +116,7 @@ struct SwiftThunkTranslator {
116
self.st = st
117
118
119
-func renderGlobalThunks() -> [DeclSyntax] {
+ func renderGlobalThunks() -> [DeclSyntax] {
120
var decls: [DeclSyntax] = []
121
decls.reserveCapacity(
122
st.importedGlobalVariables.count + st.importedGlobalFuncs.count
0 commit comments