File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ extension FFMSwift2JavaGenerator {
342342 * \(decl.signatureString)
343343 * }
344344 */
345- \( annotationsStr) \( modifiers) \( returnTy) \( methodName) ( \( paramDecls. joined ( separator: " , " ) ) )
345+ \( annotationsStr) \( modifiers) \( returnTy) \( methodName) ( \( paramDecls. joined ( separator: " , " ) ) )
346346 """
347347 ) { printer in
348348 if case . instance( _) = decl. functionSignature. selfParameter {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ final class UnsignedNumberTests {
3737 );
3838 """ ,
3939 """
40- public static void unsignedChar(char arg) {
40+ public static void unsignedChar(@Unsigned char arg) {
4141 swiftjava_SwiftModule_unsignedChar__.call(arg);
4242 }
4343 """ ,
@@ -109,7 +109,7 @@ final class UnsignedNumberTests {
109109
110110 @Test ( " Import: return UInt32 (default) " )
111111 func returnUnsignedIntDefault( ) throws {
112- var config = Configuration ( )
112+ let config = Configuration ( )
113113
114114 try assertOutput (
115115 input: " public func returnUnsignedInt() -> UInt32 " ,
You can’t perform that action at this time.
0 commit comments