You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshtynjala
changed the title
an auto-generated override method should have super.method()
Include super.method() call in an auto-generated override method
Nov 7, 2022
Could you create an extension setting to change this default behavior?
Flash Develop includes super.method() by default and this's very useful for me because sometimes I forget to include it, and this leads to unexpected errors that are hard to debug. For me, almost cases I need it by default, and I can easily remove it if I don't need.
The current override code:
override protected function foo():void
The expected code:
The text was updated successfully, but these errors were encountered: