Fork me on GitHub
#midje
<
2016-12-03
>
dangit18:12:31

Is there a good way to fake instantiation of Java classes? Both of these complain Unable to resolve var…:

(provided 
  (Integer. ..x..) => ..ix..
  (new java.lang.Integer ..y..) => ..iy..)