In this example:
user=> (java.net.URL. #_"missing arg")
Syntax error (IllegalArgumentException) compiling new at (REPL:1:1).
No matching ctor found for class java.net.URL
the use of "ctor" is confusing. It matches the code variable name, but the user isn't looking at that.
Patch: CLJ-2445.patch - replace "ctor" with "constructor" in error messages.
Prescreened by: Alex Miller