Fix #349 - Wrong indentation of access modifier after break of long line

This commit is contained in:
Laurent Tréguier 2018-10-10 13:55:50 +02:00
parent 18eea577f8
commit 942e44a120
No known key found for this signature in database
GPG Key ID: 09530BFFC32D4A69
4 changed files with 16 additions and 0 deletions

View File

@ -482,6 +482,8 @@ private:
{
if (currentIs(tok!";"))
{
indents.popWrapIndents();
indentLevel = indents.indentLevel;
writeToken();
if (index >= tokens.length)
{

View File

@ -0,0 +1,5 @@
import super_long_import_module_name : withSuperLongSymbolNames,
andAlsoLotsOfThem;
private:
void foo();

4
tests/issue0349.d Normal file
View File

@ -0,0 +1,4 @@
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
private:
void foo();

View File

@ -0,0 +1,5 @@
import super_long_import_module_name : withSuperLongSymbolNames,
andAlsoLotsOfThem;
private:
void foo();