We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In addition to line number #43 - it's also useful to track the column (available using c.enclosingPosition.column)
c.enclosingPosition.column
And in general, it might make sense to allow sourcecode.Position(fileName: String, line: Int, column: Int).
sourcecode.Position(fileName: String, line: Int, column: Int)