redplanetlabs / proxy-plus

A replacement for Clojure's proxy that's 10x faster and more usable
Apache License 2.0
175 stars 10 forks source link

Should use type hints to distinguish methods of same arity and different types #1

Closed nathanmarz closed 4 years ago

nathanmarz commented 4 years ago

e.g. java.io.Writer's write(String str, int off, int len) and write(char[] cbuf, int off, int len)

bowbahdoe commented 4 years ago

I am running into a case where this would be very helpful using org.apache.calcite.sql.util.SqlBasicVisitor