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 ddbd0dd commit 249ea61Copy full SHA for 249ea61
Samples/JavaKitSampleApp/Sources/JavaKitExample/JavaKitExample.swift
@@ -85,11 +85,6 @@ extension HelloSwift: HelloSwiftNativeMethods {
85
return i * j
86
}
87
88
- @JavaMethod
89
- func addIntegers(_ i: Int, _ j: Int) -> Int {
90
- fatalError()
91
- }
92
-
93
func checkOptionals(helper: ThreadSafeHelperClass) {
94
let text: JavaString? = helper.textOptional
95
let value: String? = helper.getValueOptional(Optional<JavaString>.none)
0 commit comments