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.
Patch applied.
Log in to post a comment.
Patch applied.