CompilationMessage

data class CompilationMessage(val location: CompilerMessageSourceLocation?, val message: String, val severity: CompilerMessageSeverity)

Constructors

Link copied to clipboard
constructor(location: CompilerMessageSourceLocation?, message: String, severity: CompilerMessageSeverity)

Properties

Link copied to clipboard
val location: CompilerMessageSourceLocation?
Link copied to clipboard
Link copied to clipboard
val severity: CompilerMessageSeverity

Functions

Link copied to clipboard
open override fun toString(): String