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 a66030e commit b370008Copy full SHA for b370008
Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md
@@ -86,7 +86,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
86
| Subscripts: `subscript()` | ❌ | ❌ |
87
| Equatable | ❌ | ❌ |
88
| Pointers: `UnsafeRawPointer`, UnsafeBufferPointer (?) | 🟡 | ❌ |
89
-| Nested types: `struct Hello { struct World {} }` | ❌ | ❌ |
+| Nested types: `struct Hello { struct World {} }` | ❌ | ✅ |
90
| Inheritance: `class Caplin: Capybara` | ❌ | ❌ |
91
| Non-escaping `Void` closures: `func callMe(maybe: () -> ())` | ✅ | ✅ |
92
| Non-escaping closures with primitive arguments/results: `func callMe(maybe: (Int) -> (Double))` | ✅ | ✅ |
0 commit comments