We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b79ca + 806f254 commit 3f69f93Copy full SHA for 3f69f93
Rules/CompatibilityRules/UseCompatibleSyntax.cs
@@ -347,6 +347,7 @@ public override AstVisitAction VisitTypeDefinition(TypeDefinitionAst typeDefinit
347
348
string message = string.Format(
349
CultureInfo.CurrentCulture,
350
+ Strings.UseCompatibleSyntaxError,
351
"type definition",
352
"class MyClass { ... } | enum MyEnum { ... }",
353
"3,4");
0 commit comments