ajwang / groovypptest

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

super.unexistingMethod works badly in mixed mode #326

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
@Typed(TypePolicy.MIXED) class A {
   def getProperty(String name) {
       super.getProperty(this, name)
   }
}

Original issue reported on code.google.com by alex.tka...@gmail.com on 12 Dec 2010 at 9:33