lsp / org.pinelang.lsp.lsp.models / DiagnosticRelatedInformation
DiagnosticRelatedInformation¶
data class DiagnosticRelatedInformation
Constructors¶
Name | Summary |
---|---|
<init> | DiagnosticRelatedInformation(location: Location , message: String ) |
Properties¶
Name | Summary |
---|---|
location | The location of this related diagnostic information.val location: Location |
message | The message of this related diagnostic information.val message: String |