getLine

abstract fun getLine(): Int(source)

The line number within the file.

The line is one-indexed, i.e. the first line in the file is line number 1.

Return

the line number

Since

8.6