tortilla
tortilla copied to clipboard
Detect uncallable methods
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?)