JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Functions defined inside of a (let) are not recognized #52

Closed ilyabo closed 11 years ago

ilyabo commented 11 years ago

This way of declaring a function within a let construct is valid and practical, as it allows to bind symbols which are instantiated only once and are visible only for the inner function: Screen Shot 2013-04-27 at 6 56 06 PM

La clojure, however, fails to recognize them: Screen Shot 2013-04-27 at 6 54 49 PM

donnerpeter commented 11 years ago

I've created a YouTrack issue: http://youtrack.jetbrains.com/issue/CLJ-200