(ns spong
(:require [clojure.core.typed :refer :all]))
(defrecord X [x])
; lein typed check spong
If you've got a few types, it's impossible to track it down.
This might be a regression from 0.2.9.
Fixed with https://github.com/clojure/core.typed/commit/dc6a69cccf8a0356d97fd6144141dff2b22113f9
Verify with 0.2.10-20130923.021130-2