In reply to David Peng:
You can only override a method member in a class. So you’d solve the problem by renaming the slv variable in your child class.
In reply to David Peng:
You can only override a method member in a class. So you’d solve the problem by renaming the slv variable in your child class.