Hi, i'm pretty new to clojure.
To help me to progress i'm trying to solve the kata available on
codingkata.org
I'm doing the ovie-tickets kata.
As you can se on the site, to complete this kata we need to acces to a
enum wich is a nested class.
My problem is that i'can't acces to this class. I miss
ution
org.codingkata.unit.api.BaseKataSolution$Day))
we can call Day class using it's "real" name :BaseKataSolution$Day)
On 26 nov, 23:50, Alex Osborne wrote:
> Alex Osborne writes:
> >benjii writes:
>
> >> (ns org.codingkata.unit.MyKata
> >>