| 40 columns | | |
| >>> Ensure blank line between declarations with comment between. | |
| mixin M {} | |
| // comment | |
| mixin N {} | |
| <<< 3.7 | |
| mixin M {} | |
| // comment | |
| mixin N {} | |
| <<< 3.13 | |
| mixin M {} | |
| // comment | |
| mixin N {} | |
| >>> Allow line after comment as the blank line. | |
| mixin M {} | |
| // comment | |
| mixin N {} | |
| <<< 3.7 | |
| mixin M {} | |
| // comment | |
| mixin N {} |