error method

  1. @Deprecated("Use 'diagnostic' instead")
SourceRange error(
  1. Diagnostic d
)

Implementation

@Deprecated("Use 'diagnostic' instead")
SourceRange error(Diagnostic d) => diagnostic(d);