ajwang / groovypptest

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

@Immutable doesn't compile with Groovy++ #386

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Update.gpp
----
import groovy.transform.Immutable

@Immutable class Update {
  Map map

}
----
Cannot find static method DefaultGroovyMethods.asImmutable(null)

Original issue reported on code.google.com by gromop...@gmail.com on 7 Jul 2011 at 8:05

GoogleCodeExporter commented 8 years ago
My situation is even worse - Cannot access method Object.clone()

This is with 1.8

Original comment by alex.tka...@gmail.com on 15 Jul 2011 at 6:53

GoogleCodeExporter commented 8 years ago
Roshan, please have a look when you have a bit of spare time

Original comment by alex.tka...@gmail.com on 15 Jul 2011 at 7:10