提交 48285402 编写于 作者: C Cyrus Najmabadi

Make type sealed.

上级 cacddfcc
......@@ -11,7 +11,7 @@ namespace Microsoft.CodeAnalysis.EmbeddedLanguages.RegularExpressions.LanguageSe
/// <summary>
/// Analyzer that reports diagnostics in strings that we know are regex text.
/// </summary>
internal class RegexDiagnosticAnalyzer : IEmbeddedDiagnosticAnalyzer
internal sealed class RegexDiagnosticAnalyzer : IEmbeddedDiagnosticAnalyzer
{
public const string DiagnosticId = "RE001";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册