Use of nested class to acces an enum

2010-11-26 Thread benjiiiiii
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

Re: Use of nested class to acces an enum

2010-11-27 Thread benjiiiiii
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 > >>