Update DiagnosticVerifier.cs
This commit is contained in:
Родитель
f2a944c6cc
Коммит
140c1ba061
|
@ -28,7 +28,7 @@ public abstract class DiagnosticVerifier
|
|||
|
||||
protected virtual IEnumerable<DiagnosticAnalyzer> GetRelatedAnalyzers(DiagnosticAnalyzer analyzer)
|
||||
{
|
||||
return Enumerable.Empty<DiagnosticAnalyzer>();
|
||||
return [];
|
||||
}
|
||||
|
||||
protected static DiagnosticResult ExpectDiagnostic(DiagnosticDescriptor descriptor)
|
||||
|
|
Загрузка…
Ссылка в новой задаче