IndentedCodeLine

data class IndentedCodeLine(val literal: String, val range: SourceRange) : Token

A line of indented code (4+ spaces or 1+ tab of leading indent).

Constructors

Link copied to clipboard
constructor(literal: String, range: SourceRange)

Properties

Link copied to clipboard

the raw text with the indent prefix stripped

Link copied to clipboard
open override val range: SourceRange