Dmitry Sobchenko
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
Dmitry Sobchenko 创建了一个帖子, 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(){ } ... -
-