inline: preserve comments (IDEA-188115)

This commit is contained in:
Anna.Kozlova
2018-03-13 16:05:44 +01:00
parent a98b13aaac
commit 0327f6df84
3 changed files with 6 additions and 4 deletions
@@ -13,7 +13,8 @@ class Test {
start = i;
} else if (idx(i) != 24 && start != -1)
{
result.add("".substring(id<caret>x(start)));
result.add("".substring(id<caret>x//c1
(start)));
}
}
return result;
@@ -13,6 +13,7 @@ class Test {
start = i;
} else if (i != 24 && start != -1)
{
//c1
result.add("".substring(start));
}
}