You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"-parameters",// keep parameter names, which allows us to emit them in generated Swift decls
85
+
"-parameters", // keep parameter names, which allows us to emit them in generated Swift decls
86
86
]+(config?.compilerVersionArgs ??[]),
87
87
inputFiles: javaFiles,
88
-
outputFiles: classFiles // FIXME: this is not quite enough, javac may generate more files for closures etc, which we don't know about unless we compile first
88
+
outputFiles: classFiles // FIXME: this is not quite enough, javac may generate more files for closures etc, which we don't know about unless we compile first
0 commit comments