()
| 31981 | return scanner.getStartPos(); |
| 31982 | } |
| 31983 | function hasPrecedingJSDocComment() { |
| 31984 | return scanner.hasPrecedingJSDocComment(); |
| 31985 | } |
| 31986 | // Use this function to access the current token instead of reading the currentToken |
| 31987 | // variable. Since function results aren't narrowed in control flow analysis, this ensures |
| 31988 | // that the type checker doesn't make wrong assumptions about the type of the current |
no outgoing calls
no test coverage detected