* @returns a new Position at the end of this position's line.
()
| 210 | * @returns a new Position at the end of this position's line. |
| 211 | */ |
| 212 | getLineEnd(): Position; |
| 213 | |
| 214 | /** |
| 215 | * @returns a new Position one to the left if this Position is on the EOL. Otherwise, returns this position. |
no outgoing calls
no test coverage detected