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 bbf4d99 commit c504b31Copy full SHA for c504b31
Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+NativeTranslation.swift
@@ -63,7 +63,7 @@ extension JNISwift2JavaGenerator {
63
swiftParameter: SwiftParameter,
64
parameterName: String,
65
methodName: String,
66
- parentName: String,
+ parentName: String
67
) throws -> NativeParameter {
68
switch swiftParameter.type {
69
case .nominal(let nominalType):
0 commit comments