-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
bugSomething isn't workingSomething isn't workingfeature:wrap-javahelp wantedExtra attention is neededExtra attention is needed
Description
For example trying to import guava 'com.google.guava:guava:33.3.1-jre' results in:
/Users/ktoso/code/swift-java/Samples/JavaDependencySampleApp/.build/plugins/outputs/javadependencysampleapp/JavaGuava/destination/Java2SwiftPlugin/generated/ImmutableList+Builder.swift:7:63: error: reference to generic type 'ImmutableList<E>.SubList.Builder' requires arguments in <...>
5 | extension ImmutableList {
6 | @JavaClass("com.google.common.collect.ImmutableList$Builder")
7 | open class Builder<E: AnyJavaObject>: ImmutableList.SubList.Builder {
| `- error: reference to generic type 'ImmutableList<E>.SubList.Builder' requires arguments in <...>
8 | @JavaMethod
9 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfeature:wrap-javahelp wantedExtra attention is neededExtra attention is needed