(start, width)
| 130590 | pushCommentRange(start, width); |
| 130591 | } |
| 130592 | function pushCommentRange(start, width) { |
| 130593 | pushClassification(start, width, 1 /* ClassificationType.comment */); |
| 130594 | } |
| 130595 | function classifyJSDocComment(docComment) { |
| 130596 | var _a, _b, _c, _d, _e, _f, _g; |
| 130597 | var pos = docComment.pos; |
no test coverage detected