On 02/03/06, Dierk Koenig <
[hidden email]> wrote:
> Hi,
>
> I suggest removing the superfluous '.class' notation from
> the scaffolded code since unlike Java, Groovy understands:
>
> def a = [x: String]
> assert a.x instanceof Class
>
> ,which reads much nicer.
Wow, I didn't know that.. you learn something new in Groovy-land every day :-)
Graeme
>
> cheers
> Mittie
>