Wednesday, 12 August 2009

Cannot call an overloaded constructor (in a Java class) from Groovy (1.6.3)

So I have a Java class with two constructors. If I "call" one of them from Groovy, the code compiles but the constructor is never called. Nice.

1 comment:

  1. Can you post some example code Colin?

    ReplyDelete