* Moves the position to the end of the line.
()
| 975 | * Moves the position to the end of the line. |
| 976 | */ |
| 977 | skipToEnd(): void; |
| 978 | |
| 979 | /** |
| 980 | * Skips to the next occurrence of the given character, if found on the current line (doesn't advance the stream if |
no outgoing calls
no test coverage detected