get

abstract fun get(uri: Uri): ReadonlyArray<Diagnostic>?(source)

Get the diagnostics for a given resource. Note that you cannot modify the diagnostics-array returned from this call.

Parameters

uri

A resource identifier.