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 92369af commit 802ae77Copy full SHA for 802ae77
Tests/JExtractSwiftTests/JNI/JNIAsyncTests.swift
@@ -364,12 +364,6 @@ struct JNIAsyncTests {
364
detectChunkByInitialLines: 2,
365
expectedChunks: [
366
"""
367
- /**
368
- * Downcall to Swift:
369
- * {@snippet lang=swift :
370
- * public func async(s: String) async -> String
371
- * }
372
- */
373
public static java.util.concurrent.CompletableFuture<java.lang.String> async(java.lang.String s) {
374
java.util.concurrent.CompletableFuture<java.lang.String> $future = new java.util.concurrent.CompletableFuture<java.lang.String>();
375
SwiftModule.$async(s, $future);
0 commit comments