location
Declares that this problem is in a file at a particular line.
Return
the builder for the next required property
Parameters
path
the file location
line
the line number
abstract fun location(path: String, line: Integer, column: Integer): ProblemBuilderDefiningType(source)
Declares that this problem is in a file at a particular line.
Return
the builder for the next required property
Parameters
path
the file location
line
the line number
column
the column number