Commit c9d14da
Fix issue with disappearing newlines after multiline documentation comment (#77521)
* Fix issue with disappearing newlines after multiline documentation comments
* Fix formatting issues
* Convert LineBreaksAfterLeading to local function
* Update function syntax to match conventions
Co-authored-by: Jan Jones <[email protected]>
* Fix compilation errors
---------
Co-authored-by: Jan Jones <[email protected]>1 parent 3382aa6 commit c9d14da
File tree
2 files changed
+38
-2
lines changed- src/Compilers/CSharp
- Portable/Syntax
- Test/Syntax/Syntax
2 files changed
+38
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
121 | 137 | | |
122 | 138 | | |
123 | 139 | | |
| |||
1247 | 1263 | | |
1248 | 1264 | | |
1249 | 1265 | | |
1250 | | - | |
| 1266 | + | |
1251 | 1267 | | |
1252 | 1268 | | |
1253 | 1269 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3790 | 3790 | | |
3791 | 3791 | | |
3792 | 3792 | | |
| 3793 | + | |
| 3794 | + | |
| 3795 | + | |
| 3796 | + | |
| 3797 | + | |
| 3798 | + | |
| 3799 | + | |
| 3800 | + | |
| 3801 | + | |
| 3802 | + | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
3793 | 3813 | | |
3794 | 3814 | | |
3795 | 3815 | | |
| |||
0 commit comments