On Wed, May 11, 2011 at 7:43 PM, Chas Emerick <cemer...@snowtide.com> wrote:

> (defn ^String foo [])
> (defn foo ^long [])
>

The real problem is that first case was never actually specifying a return
type - it is a type hint on the var that happened to store an fn. The fn
itself can only return Object (<=1.2.0).

Now fns can return Object, long, double.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to