ExpectedToken

data class ExpectedToken(val token: Char) : ErrorKind(source)

Constructors

Link copied to clipboard
constructor(token: Char)

Properties

Link copied to clipboard
val token: Char