swiftlang/swift-java

wrap-java: handle inheritance with methods correctly

Opened this issue · 0 comments

ktoso commented

If a parent type has a hello() method, we should emit that in the parent by making a @JavaMethod in the parent and NOT repeat the declaration in the child, otherwise we'll get conflicting methods