Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Edge case in / usage, {{EventType/CLICK}} does not trigger a warning. Foo/bar always means that Foo is a namespace, it cannot be used for the static field access pattern common in Java as there's no reflection information in JavaScript to determine this.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1315 (reported by dnolen)
...