We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc0e5b commit 7466606Copy full SHA for 7466606
2 files changed
csharp/Antlr4Helper.CSharpHelper/Program.cs
@@ -51,7 +51,8 @@ static void Main(string[] args)
51
52
csText = csText.Replace("ExprContext _prevctx = _localctx;", "");
53
csText = csText.Replace("_prevctx = _localctx;", "");
54
-
+ csText = csText.Replace("internal partial class", "internal sealed class");
55
+ csText = csText.Replace("internal sealed class ExprContext", "internal class ExprContext");
56
57
//_prevctx = _localctx;
58
0 commit comments