Menu

#459 C# :base call in constructor is not indented

closed-fixed
None
2018-01-25
2017-10-11
No

In C#, the :base call in the constructor is not indented.
Current output:
class X : Y {
..public X()
..: base() {
Expected output:
class X : Y {
..public X()
....: base() {
Tha attached patch attempts to fix this problem.

1 Attachments

Discussion

  • Jim Pattee

    Jim Pattee - 2017-10-17
    • status: open --> open-fixed
    • assigned_to: Jim Pattee
     
  • Jim Pattee

    Jim Pattee - 2017-10-17

    Patch applied.

     
  • Jim Pattee

    Jim Pattee - 2018-01-25
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.

Monday.com Logo