Add a call super attribute plugin example
If a virtual method is marked as call_super, the override method must call it, simpler feature like @CallSuper in Android Java.
Loading
Please sign in to comment
If a virtual method is marked as call_super, the override method must call it, simpler feature like @CallSuper in Android Java.