ajwang / groovypptest

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

Attribute accees inside closures etc. must be bridged #327

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
@Typed class A {
   String prop

   def m () {
      ['0', '1', '2'].each { this.@prop += it } 
   }
}

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