Interesting case, with clojure's new scoped maps (or whatever they are called). With parinfer, can't do:
#:foo{ :hello 42}
foo and hello aren’t siblings
and these aren’t expected to work either:
#{ :hello 42}
#js{ :hello 42}