Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
DiagnosticRelatedInformation
/
DiagnosticRelatedInformation
Diagnostic
Related
Information
constructor
(
location
:
Location
,
message
:
String
)
(
source
)
Creates a new related diagnostic information object.
Parameters
location
The location.
message
The message.
Online Documentation