tortilla icon indicating copy to clipboard operation
tortilla copied to clipboard

Detect uncallable methods

Open emlyn opened this issue 5 years ago • 0 comments

There seem to be some cases where a method callable from Java cannot be called with interop from Clojure (a public method from a package private base class). See https://clojure.atlassian.net/browse/CLJ-1243 It would be good to detect this case and at least warn about it (could we even automatically generate a Java wrapper to make it work?)

emlyn avatar Dec 10 '20 12:12 emlyn