File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/SwiftJavaDocumentation/Documentation.docc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
9292| Non-escaping closures with primitive arguments/results: ` func callMe(maybe: (Int) -> (Double)) ` | ✅ | ✅ |
9393| Non-escaping closures with object arguments/results: ` func callMe(maybe: (JavaObj) -> (JavaObj)) ` | ❌ | ❌ |
9494| ` @escaping ` closures: ` func callMe(_: @escaping () -> ()) ` | ❌ | ❌ |
95- | Swift type extensions: ` extension String { func uppercased() } ` | 🟡 | 🟡 |
95+ | Swift type extensions: ` extension String { func uppercased() } ` | ✅ | ✅ |
9696| Swift macros (maybe) | ❌ | ❌ |
9797| Result builders | ❌ | ❌ |
9898| Automatic Reference Counting of class types / lifetime safety | ✅ | ✅ |
You can’t perform that action at this time.
0 commit comments