SortContentAction: add test for leading comments : IDEA-194456

This commit is contained in:
Roman.Ivanov
2018-06-23 09:57:00 +07:00
parent 64ba19e9f3
commit 9d02d556ef
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Sort content" "true"
enum X//simple end comment
{
A, B, C;
}
@@ -0,0 +1,6 @@
// "Sort content" "true"
enum X//simple end comment
{
B<caret>, A, C;
}