Open timsgardner opened 5 years ago
It is losing track of the type of cms
in the form
(.since-last cms)
despite cms
being type hinted as CoroutineManagerState
.
MAGIC is probably expecting
^CoroutineManagerState cms (ac/lookup obj k)
as opposed to
cms ^CoroutineManagerState (ac/lookup obj k)
we should see if this works in ClojureCLR
throws: