dls v0.12.0 (2018-09-17T20:08:40Z)
Dub
Repo
Diagnostic.this
dls
protocol
definitions
Diagnostic
Undocumented in source.
class
Diagnostic
this
(
Range
range
= new
Range
()
,
string
message
=
string.init
,
Nullable
!
DiagnosticSeverity
severity
=
Nullable
!
DiagnosticSeverity.init
,
Nullable
!
JSONValue
code
=
Nullable
!
JSONValue.init
,
Nullable
!
string
source
=
Nullable
!
string.init
,
Nullable
!(
DiagnosticRelatedInformation
[])
relatedInformation
=
Nullable
!(
DiagnosticRelatedInformation
[]).
init
)
Meta
Source
See Implementation
dls
protocol
definitions
Diagnostic
constructors
this
variables
code
message
range
relatedInformation
severity
source