Class DiagnosticRelatedInformation

java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DiagnosticRelatedInformation

public class DiagnosticRelatedInformation extends JSONBase
Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.