Break Location
data class BreakLocation(scriptId: ScriptId, lineNumber: Int, columnNumber: Int?, type: String?)
Content copied to clipboard
Constructors
BreakLocation
Link copied to clipboard
fun BreakLocation(scriptId: ScriptId, lineNumber: Int, columnNumber: Int? = null, type: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard