Hi,
On my Development box, I have below application code written in Platform Update 43 (10.0.19). I have upgraded my dev box to platform 46 (10.0.22) and now I am getting error while doing model build.
Error :- A call to Super() is not allowed here.
I have a Form and it has ActionPane tabchanged() method.

As you can see that I want to run a line of code before super() and one line after super(). So not sure how I am going to remove this super() call from here. has this tabchanged() method been deprecated recently?