(pos)
| 114981 | } |
| 114982 | } |
| 114983 | function hasDetachedComments(pos) { |
| 114984 | return detachedCommentsInfo !== undefined && ts.last(detachedCommentsInfo).nodePos === pos; |
| 114985 | } |
| 114986 | function forEachLeadingCommentWithoutDetachedComments(cb) { |
| 114987 | if (!currentSourceFile) |
| 114988 | return; |
no test coverage detected