Hi! Clojure 1.12 adds new Array class syntax. Example: ```clojure (type (make-array Long 10)) => java.lang.Long/1 ``` Unfortunatelly zprint croaks on this: ``` Invalid symbol: java.lang.Long/1. ``` And this makes Calva sad. I haven't checked if this is upstream on **rewrite-clj**, but adding here to put it on your radar, unless it wasn't already.