[chuck-users] Calling parent methods

Gonzalo gonzalo at dense13.com
Wed Oct 22 22:35:05 EDT 2014


Hi,

I'm pretty sure the answer is no, but here we go: is there a way to call 
the parent's method from a class? Something like:

class Child {
   fun void init() {
     super.init();
     // now do more stuff
   }
}

Thanks!
Gonzalo


More information about the chuck-users mailing list