Dmitry Sobchenko

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created JSDoc: Is there way to use @protected tag together with class inheritance?
With following code, appears warning on "Unused method _someMethod". Is there way to use @protected tag together with class inheritance? class ParentClass{ /** @protected */ _someMethod(){ } ...