ajwang / groovypptest

Automatically exported from code.google.com/p/groovypptest
0 stars 0 forks source link

Cannot invoke vararg base class constructor using map syntax #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
class Foo {

  def Foo(String... s) {
  }
}

Foo f = ['super':["foo", "bar"]]

Original issue reported on code.google.com by gromop...@gmail.com on 21 Jul 2010 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by alex.tka...@gmail.com on 26 Jul 2010 at 8:36