Skip to content

Commit 7466606

Browse files
committed
fix
1 parent 3dc0e5b commit 7466606

2 files changed

Lines changed: 239 additions & 238 deletions

File tree

csharp/Antlr4Helper.CSharpHelper/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ static void Main(string[] args)
5151

5252
csText = csText.Replace("ExprContext _prevctx = _localctx;", "");
5353
csText = csText.Replace("_prevctx = _localctx;", "");
54-
54+
csText = csText.Replace("internal partial class", "internal sealed class");
55+
csText = csText.Replace("internal sealed class ExprContext", "internal class ExprContext");
5556

5657
//_prevctx = _localctx;
5758

0 commit comments

Comments
 (0)