DependencySourceLocation

data class DependencySourceLocation(val file: String, val line: Int, val startColumn: Int, val endColumn: Int)

Constructors

Link copied to clipboard
constructor(file: String, line: Int, startColumn: Int, endColumn: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val line: Int
Link copied to clipboard