(kind)
| 134757 | || !ts.positionsAreOnSameLine(contextToken.end, position, sourceFile)); |
| 134758 | } |
| 134759 | function isFunctionLikeButNotConstructor(kind) { |
| 134760 | return ts.isFunctionLikeKind(kind) && kind !== 171 /* SyntaxKind.Constructor */; |
| 134761 | } |
| 134762 | function isDotOfNumericLiteral(contextToken) { |
| 134763 | if (contextToken.kind === 8 /* SyntaxKind.NumericLiteral */) { |
| 134764 | var text = contextToken.getFullText(); |
no outgoing calls
no test coverage detected