Commit 0a86c8b
committed
C#: Remove visitStatement from VisitLambda to match Java
Lambda implements Statement only for JavaTemplate substitution reasons
(added in 0517175, May 2021). The Java visitLambda intentionally only
calls visitExpression. Align the C# visitor accordingly.1 parent a056143 commit 0a86c8b
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1031 | 1031 | | |
1032 | 1032 | | |
1033 | 1033 | | |
1034 | | - | |
| 1034 | + | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | 1037 | | |
| |||
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
| 1043 | + | |
1047 | 1044 | | |
1048 | 1045 | | |
1049 | 1046 | | |
| |||
0 commit comments