22 Oct
2014
22 Oct
'14
10:35 p.m.
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